C# Class Mono.Debugger.Backend.DebuggerMutex

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

Méthodes publiques

Méthode Description
DebuggerMutex ( string name ) : System
Lock ( ) : void
TryLock ( ) : bool
Unlock ( ) : void

Méthodes protégées

Méthode Description
DoDispose ( ) : void

Method Details

DebuggerMutex() public méthode

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

DoDispose() protected méthode

protected DoDispose ( ) : void
Résultat void

Lock() public méthode

public Lock ( ) : void
Résultat void

TryLock() public méthode

public TryLock ( ) : bool
Résultat bool

Unlock() public méthode

public Unlock ( ) : void
Résultat void