C# Class Goedel.Recrypt.Shell.Shell

Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
Report ( string Text ) : void
Report ( string Text, List Items ) : void
ReportWrite ( string Text ) : void
Reset ( Reset Options ) : void

Erase all test profiles

Shell ( ) : System
Start ( Start Options ) : void

Start the server

Verbose ( string Text ) : void

Private Methods

Méthode Description
SetReporting ( Flag Report, Flag Verbose ) : void

Method Details

Report() public méthode

public Report ( string Text ) : void
Text string
Résultat void

Report() public méthode

public Report ( string Text, List Items ) : void
Text string
Items List
Résultat void

ReportWrite() public méthode

public ReportWrite ( string Text ) : void
Text string
Résultat void

Reset() public méthode

Erase all test profiles
public Reset ( Reset Options ) : void
Options Reset Command line parameters
Résultat void

Shell() public méthode

public Shell ( ) : System
Résultat System

Start() public méthode

Start the server
public Start ( Start Options ) : void
Options Start
Résultat void

Verbose() public méthode

public Verbose ( string Text ) : void
Text string
Résultat void