C# Class GuidGen.Cmdline

Class that helps process the command line arguments
ファイルを表示 Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method Description
Get ( int index ) : Argument
Get ( string name ) : Argument
Has ( int index ) : bool
Has ( string name ) : bool

Private Methods

Method Description
Cmdline ( ) : System

Static constructor that preloads all the arguments from the command line.

Method Details

Get() public static method

public static Get ( int index ) : Argument
index int
return Argument

Get() public static method

public static Get ( string name ) : Argument
name string
return Argument

Has() public static method

public static Has ( int index ) : bool
index int
return bool

Has() public static method

public static Has ( string name ) : bool
name string
return bool