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!

TypeBuilder.GetAttributeFlagsImpl

Returns the implementation attribute flags.

[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.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace