Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Library
DeadlockMonitor.MonitorState
C# 클래스 Library.DeadlockMonitor.MonitorState
Information on an underlying monitor, the thread holding it, threads waiting on it, and so forth.
파일 보기
프로젝트 열기: Alliance-Network/Library
공개 프로퍼티들
프로퍼티
타입
설명
MonitorObject
object
OwningThread
Thread
ReentranceCount
int
WaitingThreads
List
공개 메소드들
메소드
설명
MonitorState
(
object
monitor
) :
System
메소드 상세
MonitorState()
공개
메소드
public
MonitorState
(
object
monitor
) :
System
monitor
object
리턴
System
프로퍼티 상세
MonitorObject
공개적으로 프로퍼티
public
object
MonitorObject
리턴
object
OwningThread
공개적으로 프로퍼티
public
Thread
OwningThread
리턴
Thread
ReentranceCount
공개적으로 프로퍼티
public
int
ReentranceCount
리턴
int
WaitingThreads
공개적으로 프로퍼티
public
List
WaitingThreads
리턴
List