ParserParseArguments Method (String, Object) |
Parses a
String array of command line arguments, setting values in
options
parameter instance's public fields decorated with appropriate attributes.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool ParseArguments(
string[] args,
Object options
)
public:
bool ParseArguments(
array<String^>^ args,
Object^ options
)
Parameters
- args
- Type: SystemString
A String array of command line arguments. - options
- Type: SystemObject
An instance used to receive values.
Parsing rules are defined using BaseOptionAttribute derived types.
Return Value
Type:
BooleanTrue if parsing process succeed.
Exceptions
See Also