RuntimeEnvironment クラス
アセンブリ: mscorlib (mscorlib.dll 内)
構文
使用例
RuntimeEnvironment クラスによって定義される多数のメソッドを呼び出す方法を次の例に示します。
using System; using System.Reflection; using System.Runtime.InteropServices; public sealed class App { static void Main() { // Show whether the EXE assembly was loaded from the GAC or from a private subdirectory. Console.WriteLine("Did the {0} assembly load from the GAC? {1}" , Assembly.GetExecutingAssembly(), RuntimeEnvironment.FromGlobalAccessCache(Assembly.GetExecutingAssembly())); // Show the path where the CLR was loaded from. Console.WriteLine("Runtime directory: {0}", RuntimeEnvironment.GetRuntimeDirectory()); // Show the CLR's version number. Console.WriteLine("System version: {0}", RuntimeEnvironment.GetSystemVersion()); // Show the path of the machine's configuration file. Console.WriteLine("System configuration file: {0}", RuntimeEnvironment.SystemConfigurationFile); } } // This code produces the following output. // // Did the RuntimeEnvironment, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null // assembly load from the GAC? False // Runtime directory: C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\ // System version: v2.0.40607 // System configuration file: C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\config\ // machine.config
using namespace System; using namespace System::Reflection; using namespace System::Runtime::InteropServices; int main() { // Show whether the EXE assembly was loaded from the GAC or from a // private subdirectory. Console::WriteLine("Did the {0} assembly load from the GAC? {1}", Assembly::GetExecutingAssembly(), RuntimeEnvironment::FromGlobalAccessCache( Assembly::GetExecutingAssembly())); // Show the path where the CLR was loaded from. Console::WriteLine("Runtime directory: {0}", RuntimeEnvironment::GetRuntimeDirectory()); // Show the CLR's version number. Console::WriteLine("System version: {0}", RuntimeEnvironment::GetSystemVersion()); // Show the path of the machine's configuration file. Console::WriteLine("System configuration file: {0}", RuntimeEnvironment::SystemConfigurationFile); } // This code produces the following output. // // Did the RuntimeEnvironment, Version=0.0.0.0, Culture=neutral, // PublicKeyToken=null // assembly load from the GAC? False // Runtime directory: C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\ // System version: v2.0.40607 // System configuration file: // C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\config\machine.config
System.Runtime.InteropServices.RuntimeEnvironment
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
参照
RuntimeEnvironment コンストラクタ
アセンブリ: mscorlib (mscorlib.dll 内)
構文
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
参照
RuntimeEnvironment プロパティ
RuntimeEnvironment メソッド
パブリック メソッド
名前 | 説明 | |
---|---|---|
Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) | |
FromGlobalAccessCache | 指定したアセンブリがグローバル アセンブリ キャッシュ (GAC) に読み込まれているかどうかをテストします。 | |
GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) | |
GetRuntimeDirectory | 共通言語ランタイムがインストールされているディレクトリを取得します。 | |
GetSystemVersion | 現在のプロセスを実行している共通言語ランタイムのバージョン番号を取得します。 | |
GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) | |
ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) | |
ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |
名前 | 説明 | |
---|---|---|
Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |
RuntimeEnvironment メンバ
共通言語ランタイム環境に関する情報を返す static メソッドのコレクションを提供します。
RuntimeEnvironment データ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
名前 | 説明 | |
---|---|---|
RuntimeEnvironment |
パブリック メソッド
名前 | 説明 | |
---|---|---|
Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) | |
FromGlobalAccessCache | 指定したアセンブリがグローバル アセンブリ キャッシュ (GAC) に読み込まれているかどうかをテストします。 | |
GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) | |
GetRuntimeDirectory | 共通言語ランタイムがインストールされているディレクトリを取得します。 | |
GetSystemVersion | 現在のプロセスを実行している共通言語ランタイムのバージョン番号を取得します。 | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) | |
ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |
名前 | 説明 | |
---|---|---|
Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
ランタイムシステム
(runtime environment から転送)
出典: フリー百科事典『ウィキペディア(Wikipedia)』 (2023/06/12 22:47 UTC 版)
ランタイムシステム(英: runtime system / run-time system)とは、主にコンピュータプログラムの実行モデルの一部を実装するものである。これは、ランタイムシステムが動作中となる期間である、プログラムのランタイムライフサイクルフェーズとは異なる。大多数の言語には何らかの形のランタイムシステムがあり、その言語の観点で規定された作用を実行する順序に対する制御はランタイムシステムによって実装される。年月とともに「ランタイムシステム」という用語の意味は拡大し、実行時に動的に決定されるほぼすべての振る舞いを指すようになった。
- ^ Blumofe, Robert D. (1995年). “Cilk: An efficient multithreaded runtime system”. ACM. 2017年8月1日閲覧。
- ^ Open Source Research Institute (2011年). “The Proto-Runtime Toolkit”. 2017年8月1日閲覧。
- ^ Andrew W. Appel (1989年5月). “A Runtime System” (PDF). Princeton University. 2013年12月30日閲覧。
- 1 ランタイムシステムとは
- 2 ランタイムシステムの概要
- 3 概要
- 4 例
- 5 高度な機能
- 6 歴史
- runtime environmentのページへのリンク