Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Configuration.
public class Gregor.Core.Configuration.CCommandLine : System.Object Custom Attributes: Description:
public CCommandLine(System.String sArgs) Custom Attributes: Description:
public CCommandLine(System.String[] args) Custom Attributes: Description:
private System.Collections.Specialized.StringCollection m_Arguments Custom Attributes: Description:
private System.String m_ArgumentString Custom Attributes: Description:
public System.Collections.Specialized.StringCollection Arguments {get;}
Custom Attributes:
Description:
public System.String ArgumentString {get;}
Custom Attributes:
Description:
public System.Int32 OperandCount {get;}
Custom Attributes:
Description:
public System.String GetOperand(System.String sName, Gregor.Core.Configuration.CConfigurationInfo config) Custom Attributes: Description:
public System.String GetOperand(System.Int32 index) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection GetOperands() Custom Attributes: Description:
public System.String GetOption(System.String sName) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection GetOptionNames() Custom Attributes: Description:
public System.Collections.Specialized.StringCollection GetOptions() Custom Attributes: Description:
public System.String GetOptionValue(System.String sName) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection GetOptionValues(System.String sOptionName) Custom Attributes: Description:
public System.Boolean HasAllOptions(params System.String[] asNames) Custom Attributes: asNames - System.ParamArray() Description:
public System.Boolean HasAnyOptions(params System.String[] asNames) Custom Attributes: asNames - System.ParamArray() Description:
public System.Boolean HasOption(System.String sName) Custom Attributes: Description:
public System.Boolean HasOptionWithAnyValue(System.String sName, System.Boolean fTestAll) Custom Attributes: Description:
public System.Boolean HasOptionWithAnyValue(System.String sName) Custom Attributes: Description:
public System.Boolean HasOptionWithoutValue(System.String sName) Custom Attributes: Description:
public System.Boolean HasOptionWithoutValue(System.String sName, System.Boolean fTestAll) Custom Attributes: Description:
public System.Boolean HasOptionWithSpecificValue(System.String sName, System.String sRequiredValue) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description:
private System.String TrimOptionColonAndValue(System.String sOption) Custom Attributes: Description:
Gregor.Core.Configuration.CConfigurationInfo