[Gregor.Core.Configuration.CCommandLine]

Gregor.Core.Configuration.CCommandLine

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Configuration.

Details

public class Gregor.Core.Configuration.CCommandLine

: System.Object

Custom Attributes: 

Description: 


Members

CCommandLine

public CCommandLine(System.String sArgs)

Custom Attributes: 

Description: 

CCommandLine

public CCommandLine(System.String[] args)

Custom Attributes: 

Description: 

m_Arguments

private System.Collections.Specialized.StringCollection m_Arguments

Custom Attributes: 

Description: 

m_ArgumentString

private System.String m_ArgumentString

Custom Attributes: 

Description: 

Arguments

public System.Collections.Specialized.StringCollection Arguments {get;}

Custom Attributes: 

Description: 

ArgumentString

public System.String ArgumentString {get;}

Custom Attributes: 

Description: 

OperandCount

public System.Int32 OperandCount {get;}

Custom Attributes: 

Description: 

GetOperand

public System.String GetOperand(System.String sName, Gregor.Core.Configuration.CConfigurationInfo config)

Custom Attributes: 

Description: 

GetOperand

public System.String GetOperand(System.Int32 index)

Custom Attributes: 

Description: 

GetOperands

public System.Collections.Specialized.StringCollection GetOperands()

Custom Attributes: 

Description: 

GetOption

public System.String GetOption(System.String sName)

Custom Attributes: 

Description: 

GetOptionNames

public System.Collections.Specialized.StringCollection GetOptionNames()

Custom Attributes: 

Description: 

GetOptions

public System.Collections.Specialized.StringCollection GetOptions()

Custom Attributes: 

Description: 

GetOptionValue

public System.String GetOptionValue(System.String sName)

Custom Attributes: 

Description: 

GetOptionValues

public System.Collections.Specialized.StringCollection GetOptionValues(System.String sOptionName)

Custom Attributes: 

Description: 

HasAllOptions

public System.Boolean HasAllOptions(params System.String[] asNames)

Custom Attributes: 
asNames - System.ParamArray()

Description: 

HasAnyOptions

public System.Boolean HasAnyOptions(params System.String[] asNames)

Custom Attributes: 
asNames - System.ParamArray()

Description: 

HasOption

public System.Boolean HasOption(System.String sName)

Custom Attributes: 

Description: 

HasOptionWithAnyValue

public System.Boolean HasOptionWithAnyValue(System.String sName, System.Boolean fTestAll)

Custom Attributes: 

Description: 

HasOptionWithAnyValue

public System.Boolean HasOptionWithAnyValue(System.String sName)

Custom Attributes: 

Description: 

HasOptionWithoutValue

public System.Boolean HasOptionWithoutValue(System.String sName)

Custom Attributes: 

Description: 

HasOptionWithoutValue

public System.Boolean HasOptionWithoutValue(System.String sName, System.Boolean fTestAll)

Custom Attributes: 

Description: 

HasOptionWithSpecificValue

public System.Boolean HasOptionWithSpecificValue(System.String sName, System.String sRequiredValue)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 

TrimOptionColonAndValue

private System.String TrimOptionColonAndValue(System.String sOption)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Configuration.CConfigurationInfo

System.Collections.Specialized.StringCollection

System.Object

System.String

System.Boolean

System.Int32