DocTest
0.0.0.0
System.Object
Provides the current settings for, and information about, the execution environment.
Use this class to retrieve the following
information:
-
Command line arguments
-
Exit codes
-
Environment variable settings
-
Contents of the call stack
-
Time since last system boot
-
Version of the execution engine
Method
0.0.0.0
System.String
A .
Returns the arguments specified on the command
line.
Returns a array. Each in the array
contains a single command line argument.
The first element in the array contains the filename of
the executing program. If the filename is not available, the first element is
equal to . The remaining elements contain any additional tokens
entered on the command line.
The program filename can, but is not required to,
include path information.
To obtain the command line as a single , use the
property.
To be added; from:
foo
bar
alt member
another member
should be appended to new docs
Method
0.0.0.0
System.Boolean
DefaultConstructorConstraint
NotNullableValueTypeConstraint
System.ValueType
To be added.
To be added.
To be added.
To be added.
To be added.
To be added.