to be more specific,
I need to allow the referenced PB assembly to use global variables from the calling .NET assembly.
I tryed to use global structure but it does not get instantiated in the PB assembly.
In short, right now I cannot use PB assembly for anything useful, since most of the PB.NET development in our company is .NET assemblies.
I would really like to start using PB assemblies in order not to copy code between projects.
Can anyone suggest something useful for me?