RuntimeInformation.OSDescription 속성

정의

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

public:
 static property System::String ^ OSDescription { System::String ^ get(); };
public static string OSDescription { get; }
static member OSDescription : string
Public Shared ReadOnly Property OSDescription As String

속성 값

앱이 실행되는 운영 체제를 설명하는 불투명 문자열입니다.

설명

이 속성은 사용자에게 표시할 운영 체제를 설명하는 문자열을 반환합니다.

자세한 내용은 문자열을 구문 분석하지 않는 것이 좋습니다.

적용 대상