Share via


RuntimeInformation.OSArchitecture 속성

정의

현재 앱이 실행되는 플랫폼 아키텍처를 가져옵니다.

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

속성 값

현재 앱이 실행되는 플랫폼 아키텍처입니다.

설명

반환된 값은 기본 운영 체제의 실제 아키텍처를 나타내기 위한 것입니다. 프로세스를 실행하는 데 포함될 수 있는 아키텍처 에뮬레이션 인프라를 무시하는 것이 가장 좋습니다. 반환된 값은 Windows 및 macOS 운영 체제에 기본 제공되는 에뮬레이션을 고려합니다. 반환된 값은 일반적으로 Linux 운영 체제에서 사용되는 QEMU를 사용하는 에뮬레이션을 고려하지 않습니다.

적용 대상