CommandArgCollectionParse Method
Parse the caller's command-line arguments and return the collection of
names and values.
Namespace: StyleAgnosticCommandArgsAssembly: StyleAgnosticCommandArgs (in StyleAgnosticCommandArgs.dll) Version: 26.2118.4210
public static CommandArgCollection Parse(
string[] args
)
Public Shared Function Parse (
args As String()
) As CommandArgCollection
No code example is currently available or this language may not be supported.
- args String
-
Reference to an array of command-line arguments to read.
CommandArgCollection
Reference to a collection of command arguments found in the supplied
array.