TypeDelegator.GetAttributeFlagsImpl メソッド
TypeDelegator に割り当てられている属性を取得します。
Overrides Protected Function GetAttributeFlagsImpl() As _
TypeAttributes
[C#]
protected override TypeAttributes GetAttributeFlagsImpl();
[C++]
protected: TypeAttributes GetAttributeFlagsImpl();
[JScript]
protected override function GetAttributeFlagsImpl() :
TypeAttributes;
戻り値
実装属性フラグを表す TypeAttributes オブジェクト。
解説
このメソッドを使用して、 TypeDelegator が抽象型かパブリック型かなどを判断できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | TypeAttributes