Click or drag to resize

CommandInitParameters Method

Initializes the parameters from the argument list.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public virtual void InitParameters(
	string[] args
)

Parameters

args
Type: SystemString
The command arguments.
See Also