CommandLine Class |
Namespace: ShellBoost.Core.Utilities
public static class CommandLine
The CommandLine type exposes the following members.
Name | Description | |
---|---|---|
CommandLineWithoutExe |
Gets the command line without the executable argument.
| |
HelpRequested |
Gets a value indicating whether help is requested.
| |
NamedArguments |
Gets the command line named arguments.
| |
PositionArguments |
Gets the command line positioned arguments.
|
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.
|