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

当前正在运行的应用的进程架构。

适用于