NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDelegator.GetAttributeFlagsImpl

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;

Return Value

Returns the implementation attribute flags.

Remarks

This method can be used to determine if the TypeDelegator is an Abstract, Public, etc. class.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace | TypeAttributes