C# 클래스 Emul8.Plugins.XwtProviderPlugin.XwtProvider

상속: IDisposable
파일 보기 프로젝트 열기: emul8/emul8

공개 메소드들

메소드 설명
Dispose ( ) : void
InitializeXwt ( ) : void
RunXwtInCurrentThread ( ) : void
StartXwtThread ( ) : void
StopXwtThread ( ) : void

비공개 메소드들

메소드 설명
LocalCrashHandler ( object sender, ExceptionEventArgs args ) : void
XwtProvider ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeXwt() 공개 정적인 메소드

public static InitializeXwt ( ) : void
리턴 void

RunXwtInCurrentThread() 공개 정적인 메소드

public static RunXwtInCurrentThread ( ) : void
리턴 void

StartXwtThread() 공개 정적인 메소드

public static StartXwtThread ( ) : void
리턴 void

StopXwtThread() 공개 정적인 메소드

public static StopXwtThread ( ) : void
리턴 void