ParameterBuilder.Attributes プロパティ
このパラメータの属性を取得します。
Public Overridable ReadOnly Property Attributes As Integer
[C#]
public virtual int Attributes {get;}
[C++]
public: __property virtual int get_Attributes();
[JScript]
public function get Attributes() : int;
プロパティ値
読み取り専用。このパラメータの属性を取得します。
解説
属性の値は ParameterAttributes 列挙体の値に対応します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ParameterBuilder クラス | ParameterBuilder メンバ | System.Reflection.Emit 名前空間