Click or drag to resize

CommandLine Methods

The CommandLine type exposes the following members.

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