Sdílet prostřednictvím


DkmSystemInformation.OperatingSystemVersion Property

Definition

4-byte value containing the operating system version packed as {platform id, major version, minor version, service pack major version}. The platform id from the OSVERSIONINFO structure and is currently always defined to VER_PLATFORM_WIN32_NT (2).

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

Property Value

Returns Int32.

Applies to