TypeDelegator.GetAttributeFlagsImpl 方法

定義

取得指派給 TypeDelegator 的屬性 (Attribute)。

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

傳回

TypeAttributes

TypeAttributes 物件,表示實作屬性旗標。

備註

這個方法可用來判斷 是否 TypeDelegator 為抽象、公用等等。

適用於

另請參閱