ComputerInfo.OSPlatform 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得電腦作業系統的平台識別項。
public:
property System::String ^ OSPlatform { System::String ^ get(); };
public string OSPlatform { get; }
member this.OSPlatform : string
Public ReadOnly Property OSPlatform As String
屬性值
String
,包含電腦作業系統的平台識別項,從 PlatformID 列舉型別 (Enumeration) 的成員名稱中選擇。
例外狀況
應用程式無法取得作業系統的平台資訊。
範例
這個範例會 My.Computer.Info.OSPlatform
使用 屬性來顯示計算機的操作系統平臺。
MsgBox("Computer's operating system platform: " &
My.Computer.Info.OSPlatform)
備註
屬性 My.Computer.Info.OSPlatform
提供的功能類似於 Platform 屬性所 OSVersion 傳回物件的 屬性。