CommandLine Methods |
The CommandLine type exposes the following members.
Name | Description | |
---|---|---|
GetArgument(Int32, Object, Type) |
Gets a command line argument value by position.
| |
GetArgument(String, Object, Type) |
Gets the argument.
| |
GetArgument(Int32, Object, Type, IFormatProvider) |
Gets a command line argument value by position.
| |
GetArgument(String, Object, Type, IFormatProvider) |
Gets a command line argument value by name.
| |
GetArgumentT(Int32, T) |
Gets a command line argument value by position.
| |
GetArgumentT(String, T) |
Gets a command line argument value by name.
| |
GetArgumentT(IEnumerableString, String, T) |
Gets a command line argument value.
| |
GetArgumentT(Int32, T, IFormatProvider) |
Gets a command line argument value by position.
| |
GetArgumentT(String, T, IFormatProvider) |
Gets a command line argument value by name.
| |
GetNullifiedArgument(Int32, String) |
Gets a command line nullified argument value.
| |
GetNullifiedArgument(String, String) |
Gets a command line nullified argument value.
| |
HasArgument |
Determines whether the argument is available.
|