Click or drag to resize

CommandLine Class

A command line set of utilities.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesCommandLine

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class CommandLine

The CommandLine type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCommandLineWithoutExe
Gets the command line without the executable argument.
Public propertyStatic memberHelpRequested
Gets a value indicating whether help is requested.
Public propertyStatic memberNamedArguments
Gets the command line named arguments.
Public propertyStatic memberPositionArguments
Gets the command line positioned arguments.
Top
Methods
  NameDescription
Public methodStatic memberGetArgument(Int32, Object, Type)
Gets a command line argument value by position.
Public methodStatic memberGetArgument(String, Object, Type)
Gets the argument.
Public methodStatic memberGetArgument(Int32, Object, Type, IFormatProvider)
Gets a command line argument value by position.
Public methodStatic memberGetArgument(String, Object, Type, IFormatProvider)
Gets a command line argument value by name.
Public methodStatic memberGetArgumentT(Int32, T)
Gets a command line argument value by position.
Public methodStatic memberGetArgumentT(String, T)
Gets a command line argument value by name.
Public methodStatic memberGetArgumentT(IEnumerableString, String, T)
Gets a command line argument value.
Public methodStatic memberGetArgumentT(Int32, T, IFormatProvider)
Gets a command line argument value by position.
Public methodStatic memberGetArgumentT(String, T, IFormatProvider)
Gets a command line argument value by name.
Public methodStatic memberGetNullifiedArgument(Int32, String)
Gets a command line nullified argument value.
Public methodStatic memberGetNullifiedArgument(String, String)
Gets a command line nullified argument value.
Public methodStatic memberHasArgument
Determines whether the argument is available.
Top
See Also