C# Class XLibrary.FunctionCall

Mostrar archivo Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
ClassCallHash int
Destination int
Hit int
ID int
LastParameters object[]
LastReturnValue object
Source int
StillInside int
ThreadIDs HashSet
TotalCallTime int
TotalHits int
TotalTimeOutsideDest int

Property Details

ClassCallHash public_oe property

public int ClassCallHash
return int

Destination public_oe property

public int Destination
return int

Hit public_oe property

public int Hit
return int

ID public_oe property

public int ID
return int

LastParameters public_oe property

public object[] LastParameters
return object[]

LastReturnValue public_oe property

public object LastReturnValue
return object

Source public_oe property

public int Source
return int

StillInside public_oe property

public int StillInside
return int

ThreadIDs public_oe property

public HashSet ThreadIDs
return HashSet

TotalCallTime public_oe property

public int TotalCallTime
return int

TotalHits public_oe property

public int TotalHits
return int

TotalTimeOutsideDest public_oe property

public int TotalTimeOutsideDest
return int