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.Environment Class
 
 Description
Provides program call and other information, such as the Common Language Runtime version. Some information is updateable.
 Methods
Exit  Terminates the current process, returning an code to the Operating System
ExpandEnvironmentVariables  Inserts environment variables into a string containing placeholders
GetCommandLineArgs  Gets the path and arguments that started the application
GetEnvironmentVariable  Gets a single environment variable, by name
GetEnvironmentVariables  Gets the environment variables for the current process
GetFolderPath  Gets the path to one of a number of operating system folders
GetLogicalDrives  Gets the names of the logical device drives on the current machine

 Properties
CommandLine  String  Gets the command line string used to invoke the application.
CurrentDirectory  String  Get/set the fully qualified path of the application directory
ExitCode  Integer  Get/set the application exit code.
HasShutdownStarted  Boolean  True if the the common language runtime is shutting down or the application domain is unloading.
MachineName  String  Get the NetBIOS name of this local computer.
NewLine  String  Get the environment newline string characters.
OSVersion  OperatingSystem  Get an OperatingSystem object that contains the current platform identifier and version number.
StackTrace  String  Get current stack trace information.
SystemDirectory  String  Get the fully qualified path of the system directory.
TickCount  Integer  Gets the number of milliseconds elapsed since the system started.
UserDomainName  String  Get the network domain name associated with the current user.
UserInteractive  Boolean  True if whether the current process is running in user interactive mode.
UserName  String  Get the user name who started the application.
Version  Version  Get a Version object that describes the major, minor, build, and revision numbers of the common language runtime.
WorkingSet  Int64  Gets the amount of physical memory mapped to the process context.

 Delphi Basics links
 
System.OperatingSystem
System.Version

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