C# Class GuidGen.Cmdline

Class that helps process the command line arguments
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole

Méthodes publiques

Méthode Description
Get ( int index ) : Argument
Get ( string name ) : Argument
Has ( int index ) : bool
Has ( string name ) : bool

Private Methods

Méthode Description
Cmdline ( ) : System

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

Method Details

Get() public static méthode

public static Get ( int index ) : Argument
index int
Résultat Argument

Get() public static méthode

public static Get ( string name ) : Argument
name string
Résultat Argument

Has() public static méthode

public static Has ( int index ) : bool
index int
Résultat bool

Has() public static méthode

public static Has ( string name ) : bool
name string
Résultat bool