Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Mono
Debugger
Backend
ThreadManager.PendingEventInfo
C# Class Mono.Debugger.Backend.ThreadManager.PendingEventInfo
ファイルを表示
Open project: baulig/debugger
Public Properties
Property
Type
Description
PID
int
Status
int
TimeStamp
System.DateTime
Public Methods
Method
Description
PendingEventInfo
(
int
pid
,
int
status
) :
System
Method Details
PendingEventInfo()
public
method
public
PendingEventInfo
(
int
pid
,
int
status
) :
System
pid
int
status
int
return
System
Property Details
PID
public_oe property
public
int
PID
return
int
Status
public_oe property
public
int
Status
return
int
TimeStamp
public_oe property
public
DateTime,System
TimeStamp
return
System.DateTime