C# Class Octgn.Program

Afficher le fichier Open project: octgn/OCTGN

Méthodes publiques

Свойство Type Description
CurrentOnlineGameName string
GameEngine GameEngine
LobbyClient Skylabs.Lobby.Client

Private Properties

Свойство Type Description
FireOptionsChanged void
Parse object[]>.Tuple
Print void
Program System
Start void

Méthodes publiques

Méthode Description
DoCrazyException ( Exception e, string action ) : void
Exit ( ) : void
GetDefaultBrowserPath ( ) : string
LaunchApplication ( string path ) : void
LaunchUrl ( string url ) : void
StopGame ( ) : void

Private Methods

Méthode Description
FireOptionsChanged ( ) : void
Parse ( Octgn.Play.Player player, string text ) : object[]>.Tuple
Print ( Octgn.Play.Player player, string text, string color = null ) : void
Program ( ) : System
Start ( string args, bool isTestRelease ) : void

Method Details

DoCrazyException() public static méthode

public static DoCrazyException ( Exception e, string action ) : void
e System.Exception
action string
Résultat void

Exit() public static méthode

public static Exit ( ) : void
Résultat void

GetDefaultBrowserPath() public static méthode

public static GetDefaultBrowserPath ( ) : string
Résultat string

LaunchApplication() public static méthode

public static LaunchApplication ( string path ) : void
path string
Résultat void

LaunchUrl() public static méthode

public static LaunchUrl ( string url ) : void
url string
Résultat void

StopGame() public static méthode

public static StopGame ( ) : void
Résultat void

Property Details

CurrentOnlineGameName public_oe static_oe property

public static string CurrentOnlineGameName
Résultat string

GameEngine public_oe static_oe property

public static GameEngine GameEngine
Résultat GameEngine

LobbyClient public_oe static_oe property

public static Skylabs.Lobby.Client LobbyClient
Résultat Skylabs.Lobby.Client