C# Class QuickGraph.Heap.GcTypeGraphReader

Inheritance: GcHeapXmlReader
Mostra file Open project: lukesandberg/PexFaultLocalization Class Usage Examples

Public Methods

Method Description
GcTypeGraphReader ( ) : System
ParseEEHeap ( string content ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
AddTypeEdge ( GcType source, GcType target ) : void
FlushUnresolvedMembers ( ) : void
ParseLong ( string content, string prefix, int &value ) : void

Method Details

GcTypeGraphReader() public method

public GcTypeGraphReader ( ) : System
return System

ParseEEHeap() public method

public ParseEEHeap ( string content ) : void
content string
return void

VisitEndObjects() protected method

protected VisitEndObjects ( ) : void
return void

VisitMember() protected method

protected VisitMember ( int address ) : void
address int
return void

VisitRoot() protected method

protected VisitRoot ( string kind, int address ) : void
kind string
address int
return void

VisitStartObject() protected method

protected VisitStartObject ( int address, int typeid, int size ) : void
address int
typeid int
size int
return void

VisitType() protected method

protected VisitType ( int id, string name ) : void
id int
name string
return void