CorLib  

OperatingSystem

OperatingSystem overview

Implements:

ICloneable 
IObject 

Public:

Types:
PlatformID The identification for the specific Windows platforms.  
Properties:
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.  
Methods:
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.  

See Also