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

目前執行中的應用程式處理序架構。

適用於