C# Class Mono.Debugger.Backend.DebuggerEventQueue

Inheritance: DebuggerMutex
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
DebuggerEventQueue ( string name ) : System
Signal ( ) : void
Wait ( int milliseconds ) : bool
Wait ( ) : void

Méthodes protégées

Méthode Description
DoDispose ( ) : void

Method Details

DebuggerEventQueue() public méthode

public DebuggerEventQueue ( string name ) : System
name string
Résultat System

DoDispose() protected méthode

protected DoDispose ( ) : void
Résultat void

Signal() public méthode

public Signal ( ) : void
Résultat void

Wait() public méthode

public Wait ( int milliseconds ) : bool
milliseconds int
Résultat bool

Wait() public méthode

public Wait ( ) : void
Résultat void