C# Class Mono.Debugger.Backend.DebuggerWaitHandle

Inheritance: IDisposable
显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
DebugFlags DebugFlags
Name string

Public Methods

Method Description
Dispose ( ) : void
TryLock ( ) : bool

Protected Methods

Method Description
Debug ( string format ) : void
DebuggerWaitHandle ( string name ) : System
Dispose ( bool disposing ) : void
DoDispose ( ) : void

Private Methods

Method Description
check_disposed ( ) : void
mono_debugger_server_get_current_pid ( ) : int
mono_debugger_server_get_current_thread ( ) : long

Method Details

Debug() protected method

protected Debug ( string format ) : void
format string
return void

DebuggerWaitHandle() protected method

protected DebuggerWaitHandle ( string name ) : System
name string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DoDispose() protected abstract method

protected abstract DoDispose ( ) : void
return void

TryLock() public abstract method

public abstract TryLock ( ) : bool
return bool

Property Details

DebugFlags public_oe property

public DebugFlags DebugFlags
return DebugFlags

Name public_oe property

public string Name
return string