Sdílet prostřednictvím


TypeDelegator.GetAttributeFlagsImpl Metoda

Definice

Získá atributy přiřazené k objektu 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

Návraty

Objekt TypeAttributes představující příznaky atributů implementace.

Poznámky

Tuto metodu lze použít k určení, zda TypeDelegator je abstraktní, veřejný atd.

Platí pro

Viz také