OptionCollectionParseArguments Method

Parse an array of command line option strings into command line option instances

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ParseArgumentsResult ParseArguments(
	string[] args
)

Parameters

args  String
The array of options to parse

Return Value

ParseArgumentsResult
The results of parsing the command line option strings

See Also