Gets the attributes assigned to the TypeDelegator.
[Visual Basic] Overrides Protected Function GetAttributeFlagsImpl() As _ TypeAttributes [C#] protected override TypeAttributes GetAttributeFlagsImpl(); [C++] protected: override TypeAttributes GetAttributeFlagsImpl(); [JScript] protected override function GetAttributeFlagsImpl() : TypeAttributes;
Returns the implementation attribute flags.
This method can be used to determine if the TypeDelegator is an Abstract, Public, etc. class.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | TypeAttributes