C# Class Goedel.Recrypt.Shell.Shell

Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Methods

Method 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

Method Description
SetReporting ( Flag Report, Flag Verbose ) : void

Method Details

Report() public method

public Report ( string Text ) : void
Text string
return void

Report() public method

public Report ( string Text, List Items ) : void
Text string
Items List
return void

ReportWrite() public method

public ReportWrite ( string Text ) : void
Text string
return void

Reset() public method

Erase all test profiles
public Reset ( Reset Options ) : void
Options Reset Command line parameters
return void

Shell() public method

public Shell ( ) : System
return System

Start() public method

Start the server
public Start ( Start Options ) : void
Options Start
return void

Verbose() public method

public Verbose ( string Text ) : void
Text string
return void