Declaring a .NET class by an OBJECT statement, it is possible to access fields of the class using the % operator (ClassName%MemberName) and methods using ASSEMBLY_EXTERNAL statement.
However, this does not work with members declared as Shared in the .NET class (Visual Basic .NET). Is there a way to work with shared members (especially shared fields)?
Thanks for suggestions…