Property | Type | Description | |
---|---|---|---|
AppDir | string | ||
BuilderVersion | string | ||
CallChange | bool | ||
CallMap | SharedDictionary |
||
ClassCallMap | SharedDictionary |
||
ClassTracking | bool | ||
CoreMessages | Queue |
||
CoreThread | Thread | ||
CoverChange | bool | ||
CoveredNodes | |||
DashOffset | int | ||
DatHash | string | ||
DatPath | string | ||
DatSize | long | ||
EnableIpcServer | bool | ||
EnableLocalViewer | bool | ||
EnableTcpServer | bool | ||
EncryptionKey | string | ||
ErrorDupes | HashSet |
||
ErrorLog | List |
||
FieldGetLeftToRight | bool | ||
FlowMap | SharedDictionary |
||
FlowTracking | bool | ||
FunctionCount | int | ||
InitComplete | bool | ||
InitMap | SharedDictionary |
||
InstanceChange | bool | ||
InstanceTracking | bool | ||
Nodes | XLibrary.XNodeIn[] | ||
Remote | |||
RemoteViewer | bool | ||
RndGen | Random | ||
RootNode | XNodeIn | ||
RunCoreEvent | AutoResetEvent | ||
Settings | string>.Dictionary | ||
ShowViewerOnStart | bool | ||
StartTime | DateTime | ||
TargetFps | int | ||
TcpListenPort | int | ||
ThreadTracking | bool | ||
ThreadlineEnabled | bool | ||
TrackFunctionHits | bool | ||
TrackMethodExit | bool | ||
UIs | XUI>.Dictionary | ||
Watch | Stopwatch |
Method | Description | |
---|---|---|
Analyze ( string path ) : void | ||
ApplySettings ( ) : void | ||
Constructed ( int index, Object obj ) : void | ||
CreateNewCall ( int hash, int sourceID, |
||
Deconstructed ( int index, Object obj ) : void | ||
GetContainingClass ( |
||
Init ( string datPath, bool trackFlow, bool trackInstances, bool remoteViewer ) : void | ||
InitCoreThread ( ) : void | ||
IsInvokeRequired ( ) : bool | ||
LoadField ( int nodeID ) : void | ||
MethodCatch ( int nodeID ) : void | ||
MethodEnter ( int nodeID ) : void | ||
MethodEnterWithParams ( object parameters, int nodeID ) : void | ||
MethodExit ( int nodeID ) : void | ||
MethodExitWithValue ( object value, int nodeID ) : void | ||
PairHash ( int a, int b ) : int | ||
RunInCoreAsync ( Action code ) : void | ||
SetField ( int nodeID ) : void | ||
StartGui ( ) : void | ||
TrackClassCall ( FunctionCall functionCall, int thread ) : void |
Method | Description | |
---|---|---|
CheckCreateInit ( |
||
CreateLayerCall ( |
||
GetStackItem ( int>.Tuple |
||
LoadNodeMap ( ) : bool | ||
LogError ( string text ) : void | ||
LogMessage ( string text ) : void | ||
LogUnhandledException ( string excString ) : void | ||
NodeHit ( object parameters, int nodeID, bool loadField = false ) : |
||
RemoteSync ( |
||
ResetCallHits ( SharedDictionary |
||
ResetFunctionHits ( ) : void | ||
RunEventLoop ( object state ) : void | ||
SetCovered ( XNodeIn node ) : void | ||
StartIpcServer ( ) : void | ||
TrackFunctionCall ( int dest, XNodeIn node, int thread, object parameters, bool loadField = false ) : void | ||
TrackInit ( XNodeIn node ) : void | ||
UpdateThreadAlive ( ) : void |
public static Constructed ( int index, Object obj ) : void | ||
index | int | |
obj | Object | |
return | void |
public static CreateNewCall ( int hash, int sourceID, |
||
hash | int | |
sourceID | int | |
dest | ||
return |
public static Deconstructed ( int index, Object obj ) : void | ||
index | int | |
obj | Object | |
return | void |
public static GetContainingClass ( |
||
node | ||
return |
public static Init ( string datPath, bool trackFlow, bool trackInstances, bool remoteViewer ) : void | ||
datPath | string | |
trackFlow | bool | |
trackInstances | bool | |
remoteViewer | bool | |
return | void |
public static LoadField ( int nodeID ) : void | ||
nodeID | int | |
return | void |
public static MethodCatch ( int nodeID ) : void | ||
nodeID | int | |
return | void |
public static MethodEnter ( int nodeID ) : void | ||
nodeID | int | |
return | void |
public static MethodEnterWithParams ( object parameters, int nodeID ) : void | ||
parameters | object | |
nodeID | int | |
return | void |
public static MethodExit ( int nodeID ) : void | ||
nodeID | int | |
return | void |
public static MethodExitWithValue ( object value, int nodeID ) : void | ||
value | object | |
nodeID | int | |
return | void |
public static PairHash ( int a, int b ) : int | ||
a | int | |
b | int | |
return | int |
public static RunInCoreAsync ( Action code ) : void | ||
code | Action | |
return | void |
public static TrackClassCall ( FunctionCall functionCall, int thread ) : void | ||
functionCall | FunctionCall | |
thread | int | |
return | void |
public static SharedDictionary |
||
return | SharedDictionary |
public static BitArray,System.Collections CoveredNodes | ||
return |
public static XRemote,XLibrary.Remote Remote | ||
return |
public static AutoResetEvent RunCoreEvent | ||
return | AutoResetEvent |