DotNetMemberFlags
- Updated2025-07-21
- 1 minute(s) read
DotNetMemberFlags
Use the following constants with the DotNetCall.MemberFlags property to determine certain attributes of the member the DotNetCall object calls. Use the bitwise-AND operator to determine whether any of these flags are set when obtaining the property value.
- DotNetMemberFlags_Static –(Value: 0x1) Indicates that the member is a static member. A static member does not use or require a class instance. A static member can access only static data on its class.
- DotNetMemberFlags_TopLevel –(Value: 0x2) Indicates whether the adapter shows members that are at a base class level when specifying the module. This flag is obsolete and will never be set. Instead, the adapter always shows and supports calling base class members.