次の方法で共有


ParameterBuilder.IsIn プロパティ

入力パラメータかどうかを取得します。

Public ReadOnly Property IsIn As Boolean
[C#]
public bool IsIn {get;}
[C++]
public: __property bool get_IsIn();
[JScript]
public function get IsIn() : Boolean;

プロパティ値

読み取り専用。入力パラメータかどうかを取得します。

解説

このメソッドは、オプションのメタデータ フラグに依存します。このフラグは、コンパイラで挿入できますが、必ず挿入されるとは限りません。

必要条件

プラットフォーム: 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 名前空間