RuntimeInformation 클래스

정의

.NET 런타임 설치에 대한 정보를 제공합니다.

public ref class RuntimeInformation abstract sealed
public static class RuntimeInformation
type RuntimeInformation = class
Public Class RuntimeInformation
상속
RuntimeInformation

속성

FrameworkDescription

앱이 실행되는 .NET 설치의 이름을 가져옵니다.

OSArchitecture

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

OSDescription

앱이 실행되는 운영 체제를 설명하는 문자열을 가져옵니다.

ProcessArchitecture

현재 실행 중인 앱의 프로세스 아키텍처를 가져옵니다.

RuntimeIdentifier

런타임이 빌드된 플랫폼(또는 앱이 실행 중인 플랫폼)을 가져옵니다.

메서드

IsOSPlatform(OSPlatform)

현재 애플리케이션이 지정된 플랫폼에서 실행되고 있는지 여부를 나타냅니다.

적용 대상