C# Class PokeD.Server.Desktop.Program

Mostra file Open project: PokeD/PokeD.Server.Desktop

Private Properties

Property Type Description
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

Public Methods

Method Description
Main ( ) : void

Private Methods

Method Description
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

Method Details

Main() public static method

public static Main ( ) : void
return void