C# 클래스 Baka_MPlayer.Program

파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
ApplicationThreadException ( object sender, ThreadExceptionEventArgs e ) : void
DumpData ( string msg, string stackTrace ) : void
GetVersion ( ) : string

Returns version information (x.x.x)

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( ) : void

메소드 상세

ApplicationThreadException() 공개 정적인 메소드

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

DumpData() 공개 정적인 메소드

public static DumpData ( string msg, string stackTrace ) : void
msg string
stackTrace string
리턴 void

GetVersion() 공개 정적인 메소드

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