DelphiBasics
  Home  |  Delphi .net Home  |  System NameSpace
 .NET Framework
 Namespace References

 System
 
  Array  Class 
  Boolean  Structure 
  Buffer  Class 
  Byte  Structure 
  Char  Structure 
  Console  Class 
  Convert  Class 
  DateTime  Structure 
  DayOfWeek  Enumeration 
  Decimal  Structure 
  Double  Structure 
  Enum  Class 
  Environment  Class 
  Exception  Class 
  ICloneable  Interface 
  Int16  Structure 
  Int32  Structure 
  Int64  Structure 
  Math  Class 
  Object  Class 
  OperatingSystem  Class 
  Random  Class 
  SByte  Structure 
  Single  Structure 
  String  Class 
  TimeSpan  Structure 
  UInt16  Structure 
  UInt32  Structure 
  UInt64  Structure 
  Version  Class 
 System.Collections
 System.Globalization
 System.IO

 Articles and Tutorials

 Overview of .NET
 Delphi and .NET
 Winform Applications
 ASP .Net Applications
 php Web Services
 Framework Collections
 Framework String Handling
 Framework Files and Folders


 
 
  System.OperatingSystem Class
 
 Description
Holds information about the Operating System an application is running on.
 
The operating system is given by the PlatformId and for Windows platforms can have the following values :
 
Win32NT Windows NT or later
Win32S Windows 32 bit applications are run on a 16 bit platform
Win32Wnidows Windows 95 or later
WinCE WinCE.Net
 Syntax
Constructor Create ( Platform : PlatFormId; TheVersion : Version );
 Methods
ToString  Provides Operating System information in a single string

 Properties
Platform  PlatformId  Operating System platform (see description above)
Version  Version  The version of the Operating System

 Delphi Basics links
 
System.Version

 Microsoft MSDN links
 
System
System.operatingsystem
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page