RuntimeInformation クラス

定義

.NET ランタイムのインストールに関する情報を提供します。

public ref class RuntimeInformation abstract sealed
public static class RuntimeInformation
type RuntimeInformation = class
Public Class RuntimeInformation
継承
RuntimeInformation

プロパティ

名前 説明
FrameworkDescription

アプリが実行されている.NETインストールの名前を取得します。

OSArchitecture

現在のアプリが実行されているプラットフォーム アーキテクチャを取得します。

OSDescription

アプリが実行されているオペレーティング システムを表す文字列を取得します。

ProcessArchitecture

現在実行中のアプリのプロセス アーキテクチャを取得します。

メソッド

名前 説明
IsOSPlatform(OSPlatform)

現在のアプリケーションが指定したプラットフォームで実行されているかどうかを示します。

適用対象