TypeDelegator.GetAttributeFlagsImpl Method

Definition

Gets the attributes assigned to the TypeDelegator.

protected:
 override System::Reflection::TypeAttributes GetAttributeFlagsImpl();
protected override System.Reflection.TypeAttributes GetAttributeFlagsImpl ();
override this.GetAttributeFlagsImpl : unit -> System.Reflection.TypeAttributes
Protected Overrides Function GetAttributeFlagsImpl () As TypeAttributes

Returns

A TypeAttributes object representing the implementation attribute flags.

Remarks

This method can be used to determine if the TypeDelegator is abstract, public, and so on.

Applies to

See also