TypeDelegator.GetAttributeFlagsImpl Metod

Definition

Hämtar attributen som tilldelats till 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

Returer

Ett TypeAttributes objekt som representerar implementeringsattributflaggor.

Kommentarer

Den här metoden kan användas för att avgöra om är TypeDelegator abstrakt, offentlig och så vidare.

Gäller för

Se även