Name

OperatingSystem

Synopsis

This class represents the current operating system by combining an instance of the PlatformID and Version classes. It is returned by the Environment.OSVersion property.

public sealed class OperatingSystem : ICloneable {
// Public Constructors
   public method OperatingSystem(PlatformID platform, 
        Version version);  
// Public Instance Properties
   public field PlatformID Platform{get; } 
   public field Version Version{get; } 
// Public Instance Methods
   public method object Clone();                                 // implements ICloneable
   public override method string ToString();                     // overrides object
}

Returned By

Environment.OSVersion

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.