次の方法で共有


FieldBuilder.DeclaringType プロパティ

このフィールドを宣言する型の Type オブジェクトへの参照を示します。このプロパティは読み取り専用です。

Overrides Public ReadOnly Property DeclaringType As Type
[C#]
public override Type DeclaringType {get;}
[C++]
public: __property Type* get_DeclaringType();
[JScript]
public override function get DeclaringType() : Type;

プロパティ値

このフィールドを宣言する型の Type オブジェクトへの参照。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

FieldBuilder クラス | FieldBuilder メンバ | System.Reflection.Emit 名前空間