Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Mono
Debugger
Backend
DebuggerMutex
C# Class Mono.Debugger.Backend.DebuggerMutex
Inheritance:
DebuggerWaitHandle
Show file
Open project: baulig/debugger
Class Usage Examples
Public Methods
Method
Description
DebuggerMutex
(
string
name
) :
System
Lock
( ) :
void
TryLock
( ) :
bool
Unlock
( ) :
void
Protected Methods
Method
Description
DoDispose
( ) :
void
Method Details
DebuggerMutex()
public
method
public
DebuggerMutex
(
string
name
) :
System
name
string
return
System
DoDispose()
protected
method
protected
DoDispose
( ) :
void
return
void
Lock()
public
method
public
Lock
( ) :
void
return
void
TryLock()
public
method
public
TryLock
( ) :
bool
return
bool
Unlock()
public
method
public
Unlock
( ) :
void
return
void