C# Class Emul8.Plugins.XwtProviderPlugin.XwtProvider

Inheritance: IDisposable
Show file Open project: emul8/emul8

Public Methods

Method Description
Dispose ( ) : void
InitializeXwt ( ) : void
RunXwtInCurrentThread ( ) : void
StartXwtThread ( ) : void
StopXwtThread ( ) : void

Private Methods

Method Description
LocalCrashHandler ( object sender, ExceptionEventArgs args ) : void
XwtProvider ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

InitializeXwt() public static method

public static InitializeXwt ( ) : void
return void

RunXwtInCurrentThread() public static method

public static RunXwtInCurrentThread ( ) : void
return void

StartXwtThread() public static method

public static StartXwtThread ( ) : void
return void

StopXwtThread() public static method

public static StopXwtThread ( ) : void
return void