C# Class Advtools.ADVpki.ProgramOptions

Datei anzeigen Open project: ADVTOOLS/ADVpki Class Usage Examples

Public Methods

Method Description
ParseCommandLine ( string args ) : bool

Parse the command-line arguments

ProgramOptions ( ) : System
ShowUsage ( ) : void

Display some help about this application

Method Details

ParseCommandLine() public method

Parse the command-line arguments
public ParseCommandLine ( string args ) : bool
args string Command-line arguments
return bool

ProgramOptions() public method

public ProgramOptions ( ) : System
return System

ShowUsage() public method

Display some help about this application
public ShowUsage ( ) : void
return void