C# Class Mono.Debugger.Backend.DebuggerEventQueue

Inheritance: DebuggerMutex
显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
DebuggerEventQueue ( string name ) : System
Signal ( ) : void
Wait ( int milliseconds ) : bool
Wait ( ) : void

Protected Methods

Method Description
DoDispose ( ) : void

Method Details

DebuggerEventQueue() public method

public DebuggerEventQueue ( string name ) : System
name string
return System

DoDispose() protected method

protected DoDispose ( ) : void
return void

Signal() public method

public Signal ( ) : void
return void

Wait() public method

public Wait ( int milliseconds ) : bool
milliseconds int
return bool

Wait() public method

public Wait ( ) : void
return void