다음을 통해 공유


ComputerInfo.OSPlatform 속성

정의

컴퓨터의 운영 체제에 대한 플랫폼 식별자를 가져옵니다.

public:
 property System::String ^ OSPlatform { System::String ^ get(); };
public string OSPlatform { get; }
member this.OSPlatform : string
Public ReadOnly Property OSPlatform As String

속성 값

컴퓨터의 운영 체제에 대한 플랫폼 식별자가 들어 있는 String으로, PlatformID 열거형의 멤버 이름에서 선택합니다.

예외

애플리케이션에서 운영 체제 플랫폼 정보를 가져올 수 없는 경우

예제

이 예제에서는 My.Computer.Info.OSPlatform 운영 체제 속성을 컴퓨터의 플랫폼을 표시 합니다.

MsgBox("Computer's operating system platform: " & 
    My.Computer.Info.OSPlatform)

설명

My.Computer.Info.OSPlatform 비슷한 기능을 제공 하는 속성을 Platform 반환 하는 개체의 속성을 OSVersion 속성입니다.

적용 대상

추가 정보