| ParserParseArguments Method (String, Object) | 
            Parses Command Line Arguments. 
            Errors are output on Console.Error.
            Use ArgumentAttributes to control parsing behaviour.
            
 
Namespace: PDTec.IceNet.Sdk.Utils.CommandLineAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static bool ParseArguments(
	string[] arguments,
	Object destination
)
Parameters
- arguments
 - Type: SystemString
 The actual arguments.  - destination
 - Type: SystemObject
 The resulting parsed arguments.  
Return Value
Type: 
Boolean true if no errors were detected. 
See Also