RuntimeInformation.OSArchitecture 属性
定义
获取正在其上运行当前应用的平台体系结构。Gets the platform architecture on which the current app is running.
public:
static property System::Runtime::InteropServices::Architecture OSArchitecture { System::Runtime::InteropServices::Architecture get(); };
public static System.Runtime.InteropServices.Architecture OSArchitecture { get; }
member this.OSArchitecture : System.Runtime.InteropServices.Architecture
Public Shared ReadOnly Property OSArchitecture As Architecture
属性值
正在其上运行当前应用的平台体系结构。The platform architecture on which the current app is running.