C# 클래스 FSO.Client.Program

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
UseDX bool

공개 메소드들

메소드 설명
InitWithArguments ( string args ) : bool
Main ( string args ) : void

The main entry point for the application.

비공개 메소드들

메소드 설명
Application_ThreadException ( object sender, ThreadExceptionEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
GetClientVersion ( ) : string

Loads the client's version from "Client.manifest". This is here because it should be one of the first things the client does when it starts.

OnAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly

메소드 상세

InitWithArguments() 공개 정적인 메소드

public static InitWithArguments ( string args ) : bool
args string
리턴 bool

Main() 공개 정적인 메소드

The main entry point for the application.
public static Main ( string args ) : void
args string
리턴 void

프로퍼티 상세

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

public static bool UseDX
리턴 bool