C# Class Library.DeadlockMonitor.MonitorState

Information on an underlying monitor, the thread holding it, threads waiting on it, and so forth.
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Свойство Type Description
MonitorObject object
OwningThread Thread
ReentranceCount int
WaitingThreads List

Méthodes publiques

Méthode Description
MonitorState ( object monitor ) : System

Method Details

MonitorState() public méthode

public MonitorState ( object monitor ) : System
monitor object
Résultat System

Property Details

MonitorObject public_oe property

public object MonitorObject
Résultat object

OwningThread public_oe property

public Thread OwningThread
Résultat Thread

ReentranceCount public_oe property

public int ReentranceCount
Résultat int

WaitingThreads public_oe property

public List WaitingThreads
Résultat List