C# Class PokeD.Server.Desktop.Program

Afficher le fichier Open project: PokeD/PokeD.Server.Desktop

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
Main ( ) : void

Private Methods

Méthode 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 méthode

public static Main ( ) : void
Résultat void