C# Class Emul8.Plugins.XwtProviderPlugin.XwtProvider

Inheritance: IDisposable
Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
Dispose ( ) : void
InitializeXwt ( ) : void
RunXwtInCurrentThread ( ) : void
StartXwtThread ( ) : void
StopXwtThread ( ) : void

Private Methods

Méthode Description
LocalCrashHandler ( object sender, ExceptionEventArgs args ) : void
XwtProvider ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

InitializeXwt() public static méthode

public static InitializeXwt ( ) : void
Résultat void

RunXwtInCurrentThread() public static méthode

public static RunXwtInCurrentThread ( ) : void
Résultat void

StartXwtThread() public static méthode

public static StartXwtThread ( ) : void
Résultat void

StopXwtThread() public static méthode

public static StopXwtThread ( ) : void
Résultat void