TypeDelegator.GetAttributeFlagsImpl メソッド

定義

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

戻り値

TypeAttributes

実装属性フラグを表す TypeAttributes オブジェクト。

注釈

このメソッドを使用して、抽象、パブリックなどを判断 TypeDelegator できます。

適用対象

こちらもご覧ください