C# 클래스 Goedel.Recrypt.Shell.Shell

파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SetReporting ( Flag Report, Flag Verbose ) : void

메소드 상세

Report() 공개 메소드

public Report ( string Text ) : void
Text string
리턴 void

Report() 공개 메소드

public Report ( string Text, List Items ) : void
Text string
Items List
리턴 void

ReportWrite() 공개 메소드

public ReportWrite ( string Text ) : void
Text string
리턴 void

Reset() 공개 메소드

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

Shell() 공개 메소드

public Shell ( ) : System
리턴 System

Start() 공개 메소드

Start the server
public Start ( Start Options ) : void
Options Start
리턴 void

Verbose() 공개 메소드

public Verbose ( string Text ) : void
Text string
리턴 void