C# Class XLibrary.Remote.SyncPacket

Inheritance: G2Packet
Afficher le fichier Open project: swax/CodePerspective Class Usage Examples

Méthodes publiques

Свойство Type Description
CallHits HashSet
CallStats List
CallThreads PairList
ConstructedHits HashSet
DisposeHits HashSet
ExceptionHits HashSet
FunctionHits HashSet
Inits PairList
NewCalls PairList
NewThreads Dictionary>
NodeThreads PairList
ThreadChanges bool>.Dictionary
ThreadStacks PairList>.Dictionary
Threadlines PairList>.Dictionary

Méthodes publiques

Méthode Description
Decode ( G2Header root ) : SyncPacket
Encode ( G2Protocol protocol ) : byte[]

Private Methods

Méthode Description
AddPairMap ( G2Protocol protocol, G2Frame sync, byte name, PairList>.Dictionary map ) : void
AddPairs ( G2Protocol protocol, G2Frame sync, byte name, PairList pairs ) : void
AddSet ( G2Protocol protocol, G2Frame sync, byte name, HashSet set ) : void
ReadPairListMap ( PairList>.Dictionary &map, SyncPacket sync, G2Header child ) : void

Method Details

Decode() public static méthode

public static Decode ( G2Header root ) : SyncPacket
root G2Header
Résultat SyncPacket

Encode() public méthode

public Encode ( G2Protocol protocol ) : byte[]
protocol G2Protocol
Résultat byte[]

Property Details

CallHits public_oe property

public HashSet CallHits
Résultat HashSet

CallStats public_oe property

public List CallStats
Résultat List

CallThreads public_oe property

public PairList CallThreads
Résultat PairList

ConstructedHits public_oe property

public HashSet ConstructedHits
Résultat HashSet

DisposeHits public_oe property

public HashSet DisposeHits
Résultat HashSet

ExceptionHits public_oe property

public HashSet ExceptionHits
Résultat HashSet

FunctionHits public_oe property

public HashSet FunctionHits
Résultat HashSet

Inits public_oe property

public PairList Inits
Résultat PairList

NewCalls public_oe property

public PairList NewCalls
Résultat PairList

NewThreads public_oe property

public Dictionary> NewThreads
Résultat Dictionary>

NodeThreads public_oe property

public PairList NodeThreads
Résultat PairList

ThreadChanges public_oe property

public Dictionary ThreadChanges
Résultat bool>.Dictionary

ThreadStacks public_oe property

public Dictionary ThreadStacks
Résultat PairList>.Dictionary

Threadlines public_oe property

public Dictionary Threadlines
Résultat PairList>.Dictionary