C# Class FSO.Client.Program

Mostrar archivo Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
UseDX bool

Public Methods

Method Description
InitWithArguments ( string args ) : bool
Main ( string args ) : void

The main entry point for the application.

Private Methods

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

Method Details

InitWithArguments() public static method

public static InitWithArguments ( string args ) : bool
args string
return bool

Main() public static method

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

Property Details

UseDX public_oe static_oe property

public static bool UseDX
return bool