C# 클래스 QuickGraph.Heap.GcTypeGraphReader

상속: GcHeapXmlReader
파일 보기 프로젝트 열기: lukesandberg/PexFaultLocalization 1 사용 예제들

공개 메소드들

메소드 설명
GcTypeGraphReader ( ) : System
ParseEEHeap ( string content ) : void

보호된 메소드들

메소드 설명
VisitEndObjects ( ) : void
VisitMember ( int address ) : void
VisitRoot ( string kind, int address ) : void
VisitStartObject ( int address, int typeid, int size ) : void
VisitType ( int id, string name ) : void

비공개 메소드들

메소드 설명
AddTypeEdge ( GcType source, GcType target ) : void
FlushUnresolvedMembers ( ) : void
ParseLong ( string content, string prefix, int &value ) : void

메소드 상세

GcTypeGraphReader() 공개 메소드

public GcTypeGraphReader ( ) : System
리턴 System

ParseEEHeap() 공개 메소드

public ParseEEHeap ( string content ) : void
content string
리턴 void

VisitEndObjects() 보호된 메소드

protected VisitEndObjects ( ) : void
리턴 void

VisitMember() 보호된 메소드

protected VisitMember ( int address ) : void
address int
리턴 void

VisitRoot() 보호된 메소드

protected VisitRoot ( string kind, int address ) : void
kind string
address int
리턴 void

VisitStartObject() 보호된 메소드

protected VisitStartObject ( int address, int typeid, int size ) : void
address int
typeid int
size int
리턴 void

VisitType() 보호된 메소드

protected VisitType ( int id, string name ) : void
id int
name string
리턴 void