C# Class Mono.Debugger.Backend.DebuggerWaitHandle

Inheritance: IDisposable
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Свойство Type Description
DebugFlags DebugFlags
Name string

Méthodes publiques

Méthode Description
Dispose ( ) : void
TryLock ( ) : bool

Méthodes protégées

Méthode Description
Debug ( string format ) : void
DebuggerWaitHandle ( string name ) : System
Dispose ( bool disposing ) : void
DoDispose ( ) : void

Private Methods

Méthode Description
check_disposed ( ) : void
mono_debugger_server_get_current_pid ( ) : int
mono_debugger_server_get_current_thread ( ) : long

Method Details

Debug() protected méthode

protected Debug ( string format ) : void
format string
Résultat void

DebuggerWaitHandle() protected méthode

protected DebuggerWaitHandle ( string name ) : System
name string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

DoDispose() protected abstract méthode

protected abstract DoDispose ( ) : void
Résultat void

TryLock() public abstract méthode

public abstract TryLock ( ) : bool
Résultat bool

Property Details

DebugFlags public_oe property

public DebugFlags DebugFlags
Résultat DebugFlags

Name public_oe property

public string Name
Résultat string