Share via


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 オブジェクト。

注釈

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

適用対象

こちらもご覧ください