C# 클래스 Octgn.Program

파일 보기 프로젝트 열기: octgn/OCTGN

공개 프로퍼티들

프로퍼티 타입 설명
CurrentOnlineGameName string
GameEngine GameEngine
LobbyClient Skylabs.Lobby.Client

Private Properties

프로퍼티 타입 설명
FireOptionsChanged void
Parse object[]>.Tuple
Print void
Program System
Start void

공개 메소드들

메소드 설명
DoCrazyException ( Exception e, string action ) : void
Exit ( ) : void
GetDefaultBrowserPath ( ) : string
LaunchApplication ( string path ) : void
LaunchUrl ( string url ) : void
StopGame ( ) : void

비공개 메소드들

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

메소드 상세

DoCrazyException() 공개 정적인 메소드

public static DoCrazyException ( Exception e, string action ) : void
e System.Exception
action string
리턴 void

Exit() 공개 정적인 메소드

public static Exit ( ) : void
리턴 void

GetDefaultBrowserPath() 공개 정적인 메소드

public static GetDefaultBrowserPath ( ) : string
리턴 string

LaunchApplication() 공개 정적인 메소드

public static LaunchApplication ( string path ) : void
path string
리턴 void

LaunchUrl() 공개 정적인 메소드

public static LaunchUrl ( string url ) : void
url string
리턴 void

StopGame() 공개 정적인 메소드

public static StopGame ( ) : void
리턴 void

프로퍼티 상세

CurrentOnlineGameName 공개적으로 정적으로 프로퍼티

public static string CurrentOnlineGameName
리턴 string

GameEngine 공개적으로 정적으로 프로퍼티

public static GameEngine GameEngine
리턴 GameEngine

LobbyClient 공개적으로 정적으로 프로퍼티

public static Skylabs.Lobby.Client LobbyClient
리턴 Skylabs.Lobby.Client