AssemblyBuilder.ImageRuntimeVersion プロパティ
メモ : この名前空間、クラス、およびメンバは、.NET Framework Version 1.1 だけでサポートされています。
マニフェストを格納しているファイルに保存される共通言語ランタイムのバージョンを取得します。
Overrides Public ReadOnly Property ImageRuntimeVersion As String
[C#]
public override string ImageRuntimeVersion {get;}
[C++]
public: __property String* get_ImageRuntimeVersion();
[JScript]
public override function get ImageRuntimeVersion() : String;
プロパティ値
共通言語ランタイムのバージョンを表す文字列。
例外
例外の種類 | 条件 |
---|---|
SecurityException | 呼び出し元に、必要なアクセス許可がありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
参照
AssemblyBuilder クラス | AssemblyBuilder メンバ | System.Reflection.Emit 名前空間