C# 클래스 XLibrary.Remote.SyncClient

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CallHits HashSet
CallStats HashSet
CallThreads PairList
Connection XConnection
ConstructedHits HashSet
DisposeHits HashSet
ExceptionHits HashSet
FunctionHits HashSet
Inits PairList
NewCalls PairList
NewStackItems int>.Dictionary
NewThreads Dictionary>
NodeThreads PairList
SelectedInstances InstanceModel>.Dictionary
TargetFps int
ThreadChanges bool>.Dictionary
ThreadStacks PairList>.Dictionary
Threadlines PairList>.Dictionary
TrackProfiling bool
TrackThreadlines bool

공개 메소드들

메소드 설명
AddPairs ( PairList &localPairs, PairList &packetPairs ) : void
AddSet ( HashSet &localSet, HashSet &packetSet ) : void
DoSync ( ) : bool
SecondTimer ( ) : void
SyncClient ( ) : System
TrySync ( ) : void

비공개 메소드들

메소드 설명
AddThreadlines ( SyncPacket packet ) : void

메소드 상세

AddPairs() 공개 메소드

public AddPairs ( PairList &localPairs, PairList &packetPairs ) : void
localPairs PairList
packetPairs PairList
리턴 void

AddSet() 공개 메소드

public AddSet ( HashSet &localSet, HashSet &packetSet ) : void
localSet HashSet
packetSet HashSet
리턴 void

DoSync() 공개 메소드

public DoSync ( ) : bool
리턴 bool

SecondTimer() 공개 메소드

public SecondTimer ( ) : void
리턴 void

SyncClient() 공개 메소드

public SyncClient ( ) : System
리턴 System

TrySync() 공개 메소드

public TrySync ( ) : void
리턴 void

프로퍼티 상세

CallHits 공개적으로 프로퍼티

public HashSet CallHits
리턴 HashSet

CallStats 공개적으로 프로퍼티

public HashSet CallStats
리턴 HashSet

CallThreads 공개적으로 프로퍼티

public PairList CallThreads
리턴 PairList

Connection 공개적으로 프로퍼티

public XConnection,XLibrary.Remote Connection
리턴 XConnection

ConstructedHits 공개적으로 프로퍼티

public HashSet ConstructedHits
리턴 HashSet

DisposeHits 공개적으로 프로퍼티

public HashSet DisposeHits
리턴 HashSet

ExceptionHits 공개적으로 프로퍼티

public HashSet ExceptionHits
리턴 HashSet

FunctionHits 공개적으로 프로퍼티

public HashSet FunctionHits
리턴 HashSet

Inits 공개적으로 프로퍼티

public PairList Inits
리턴 PairList

NewCalls 공개적으로 프로퍼티

public PairList NewCalls
리턴 PairList

NewStackItems 공개적으로 프로퍼티

public Dictionary NewStackItems
리턴 int>.Dictionary

NewThreads 공개적으로 프로퍼티

public Dictionary> NewThreads
리턴 Dictionary>

NodeThreads 공개적으로 프로퍼티

public PairList NodeThreads
리턴 PairList

SelectedInstances 공개적으로 프로퍼티

public Dictionary SelectedInstances
리턴 InstanceModel>.Dictionary

TargetFps 공개적으로 프로퍼티

public int TargetFps
리턴 int

ThreadChanges 공개적으로 프로퍼티

public Dictionary ThreadChanges
리턴 bool>.Dictionary

ThreadStacks 공개적으로 프로퍼티

public Dictionary ThreadStacks
리턴 PairList>.Dictionary

Threadlines 공개적으로 프로퍼티

public Dictionary Threadlines
리턴 PairList>.Dictionary

TrackProfiling 공개적으로 프로퍼티

public bool TrackProfiling
리턴 bool

TrackThreadlines 공개적으로 프로퍼티

public bool TrackThreadlines
리턴 bool