StauffConsulting.Essentials.| C#: |
public class HelpSwitch :
StauffConsulting.Essentials.Switch
|
| VB: |
Public Class HelpSwitch
Inherits StauffConsulting.Essentials.Switch
|
| Type Ancestry: | Object |
HelpSwitch |
constructor |
Inherited from StauffConsulting.Essentials.Switch:
_help,
AllSwitches,
Found,
Name,
NameLC,
Required,
ValueHelp
Inherited from StauffConsulting.Essentials.Switch:
Help
Parse |
Tries to parse the next thing from the argument list. This is for internal use only by CmdLineParser. |
Inherited from StauffConsulting.Essentials.Switch:
Parse,
WriteHelp
| C#: |
HelpSwitch (string name)
|
| VB: |
Sub New(ByVal name As String)
|
Parameters
name |
| C#: |
Void Parse(StauffConsulting.Essentials.CmdLineParser p,
System.Collections.ArrayList argList)
|
| VB: |
Function Parse(ByVal p As StauffConsulting.Essentials.CmdLineParser, ByVal argList As System.Collections.ArrayList) As Void
|
Parameters
p | |
argList |