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

현재 실행 중인 앱의 프로세스 아키텍처입니다.

적용 대상