DkmSystemInformation.OperatingSystemVersion 属性

定义

4字节值,其中包含打包为 {platform id、主版本、次版本、Service Pack 主版本} 的操作系统版本。 OSVERSIONINFO 结构中的平台 id,当前始终定义为 (2) VER_PLATFORM_WIN32_NT。

public:
 property int OperatingSystemVersion { int get(); };
public:
 property int OperatingSystemVersion { int get(); };
public int OperatingSystemVersion { get; }
member this.OperatingSystemVersion : int
Public ReadOnly Property OperatingSystemVersion As Integer

属性值

Int32

返回 Int32

适用于