Property | Type | Description | |
---|---|---|---|
GetNextEventIndex | int | ||
GetSessionData | void | ||
OnTargetExited | void |
Method | Description | |
---|---|---|
Activate ( Thread target ) : void | ||
Breaks ( int id ) : bool | ||
Deactivate ( Thread target ) : void | ||
Remove ( Thread target ) : void |
Method | Description | |
---|---|---|
Event ( EventType type, int index, string name, |
||
Event ( EventType type, string name, |
||
GetSessionData ( |
Method | Description | |
---|---|---|
GetNextEventIndex ( ) : int | ||
GetSessionData ( |
||
OnTargetExited ( ) : void |
public abstract Activate ( Thread target ) : void | ||
target | Thread | |
return | void |
public abstract Deactivate ( Thread target ) : void | ||
target | Thread | |
return | void |
protected Event ( EventType type, int index, string name, |
||
type | EventType | |
index | int | |
name | string | |
group | ||
return | System |
protected Event ( EventType type, string name, |
||
type | EventType | |
name | string | |
group | ||
return | System |
protected abstract GetSessionData ( |
||
root | ||
element | ||
return | void |
public abstract Remove ( Thread target ) : void | ||
target | Thread | |
return | void |