OperatingSystem |
ICloneable | |
IObject |
Name | Description |
---|---|
PlatformID | The identification for the specific Windows platforms. |
Name | Description |
---|---|
Platform (get) | Returns the operating system type currently running on this machine. |
ServicePack (get) | Returns the service pack for the current operating system. |
Version (get) | Returns the version of the current operating system. |
VersionString (get) | Gets the concatenated string representation of the platform identifier, version, and service pack that are currently installed on the operating system. |
Name | Description |
---|---|
Clone | Returns a clone of the OperatingSystem object. |
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
ToString | Returns a string representation of the current operating system. |