OperatingSystem

OperatingSystem


Provides information about the currently running operating system.


Implements:

ICloneable 
IObject 

Public:

Types:

NameDescription
 PlatformID The identification for the specific Windows platforms.  

Properties:

NameDescription
 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.  

Methods:

NameDescription
 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

Project CorLib Overview

Class OperatingSystem Overview

Constructors

ICloneable