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. |