C# Class XLibrary.StackItem

Show file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Call FunctionCall
Depth int
EndTick long
NodeID int
StartTick long

Property Details

Call public property

public FunctionCall,XLibrary Call
return FunctionCall

Depth public property

public int Depth
return int

EndTick public property

public long EndTick
return long

NodeID public property

public int NodeID
return int

StartTick public property

public long StartTick
return long