C# Class Advtools.ADVpki.ProgramOptions

Afficher le fichier Open project: ADVTOOLS/ADVpki Class Usage Examples

Méthodes publiques

Méthode Description
ParseCommandLine ( string args ) : bool

Parse the command-line arguments

ProgramOptions ( ) : System
ShowUsage ( ) : void

Display some help about this application

Method Details

ParseCommandLine() public méthode

Parse the command-line arguments
public ParseCommandLine ( string args ) : bool
args string Command-line arguments
Résultat bool

ProgramOptions() public méthode

public ProgramOptions ( ) : System
Résultat System

ShowUsage() public méthode

Display some help about this application
public ShowUsage ( ) : void
Résultat void