OperatingSystem Class
Represents information about an operating system, such as the version and platform identifier. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
The OperatingSystem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | OperatingSystem | Initializes a new instance of the OperatingSystem class, using the specified platform identifier value and version object. |
| Name | Description | |
|---|---|---|
![]() ![]() | Platform | Gets a System.PlatformID enumeration value that identifies the operating system platform. |
![]() | ServicePack | Gets the service pack version represented by this OperatingSystem object. |
![]() ![]() | Version | Gets a System.Version object that identifies the operating system. |
![]() | VersionString | Gets the concatenated string representation of the platform identifier, version, and service pack that are currently installed on the operating system. |
| Name | Description | |
|---|---|---|
![]() ![]() | Clone | Creates an OperatingSystem object that is identical to this instance. |
![]() ![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Populates a System.Runtime.Serialization.SerializationInfo object with the data necessary to deserialize this instance. |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ToString | Converts the value of this OperatingSystem object to its equivalent string representation. (Overrides Object.ToString().) |
The OperatingSystem class contains information about an operating system. For example, the Environment.OSVersion property returns information about the currently executing operating system in an OperatingSystem object.
By design, the OperatingSystem class is not a general purpose means of describing an operating system, and you cannot derive a more inclusive type from the OperatingSystem class. If you need a type to contain other information about an operating system, create your own type, then include a field of type OperatingSystem and any additional fields, properties, or methods you require.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
