RuntimeInformation.ProcessArchitecture プロパティ

定義

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

public:
 static property System::Runtime::InteropServices::Architecture ProcessArchitecture { System::Runtime::InteropServices::Architecture get(); };
public static System.Runtime.InteropServices.Architecture ProcessArchitecture { get; }
member this.ProcessArchitecture : System.Runtime.InteropServices.Architecture
Public Shared ReadOnly Property ProcessArchitecture As Architecture

プロパティ値

Architecture

現在実行中のアプリのプロセス アーキテクチャ。

適用対象