OperatingSystem

OperatingSystem CF 1.0, serializable

System (mscorlib.dll) sealed class

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  OperatingSystem  (PlatformID   platform   , Version   version   );  // Public Instance Properties  public PlatformID  Platform  {get; }    public Version  Version  {get; }  // Public Instance Methods  public object  Clone  ( );  // implements ICloneable  public override string  ToString  ( );  // overrides object  } 

Returned By

Environment.OSVersion



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net