C# 클래스 PokeD.Server.Desktop.Program

파일 보기 프로젝트 열기: PokeD/PokeD.Server.Desktop

Private Properties

프로퍼티 타입 설명
CatchError string
CatchException void
CatchException void
ExecuteCommand bool
NATForwarding void
ParseArgs void
ParseConfig void
Program System
RecursiveCPU string
RecursiveException string
RecursiveGPU string
ReportErrorLocal void
ReportErrorWeb void
ShowHelp void
Start void
StartFastConsole void
Stop void
Update void

공개 메소드들

메소드 설명
Main ( ) : void

비공개 메소드들

메소드 설명
CatchError ( Exception ex ) : string
CatchException ( Exception exception ) : void
CatchException ( object exceptionObject ) : void
ExecuteCommand ( string message ) : bool
NATForwarding ( ) : void
ParseArgs ( IEnumerable args ) : void
ParseConfig ( string config ) : void
Program ( ) : System
RecursiveCPU ( IList cpus, int index ) : string
RecursiveException ( Exception ex ) : string
RecursiveGPU ( IList gpus, int index ) : string
ReportErrorLocal ( string exception ) : void
ReportErrorWeb ( string exception ) : void
ShowHelp ( OptionSet options, bool direct = false ) : void
Start ( ) : void
StartFastConsole ( string s ) : void
Stop ( bool error = false ) : void
Update ( ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void