C# Class Baka_MPlayer.Program

Mostra file Open project: godly-devotion/Baka-MPlayer-old

Public Methods

Method Description
ApplicationThreadException ( object sender, ThreadExceptionEventArgs e ) : void
DumpData ( string msg, string stackTrace ) : void
GetVersion ( ) : string

Returns version information (x.x.x)

Private Methods

Method Description
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( ) : void

Method Details

ApplicationThreadException() public static method

public static ApplicationThreadException ( object sender, ThreadExceptionEventArgs e ) : void
sender object
e System.Threading.ThreadExceptionEventArgs
return void

DumpData() public static method

public static DumpData ( string msg, string stackTrace ) : void
msg string
stackTrace string
return void

GetVersion() public static method

Returns version information (x.x.x)
public static GetVersion ( ) : string
return string