C# Class QuickGraph.Heap.GcHeapXmlReader

Mostra file Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
Read ( XmlReader reader ) : void

Protected Methods

Method Description
TryParseAddress ( string value, int &address ) : bool
VisitEndGcHeap ( ) : void
VisitEndObject ( ) : void
VisitEndObjects ( ) : void
VisitEndRoots ( ) : void
VisitEndTypes ( ) : void
VisitMember ( int address ) : void
VisitRoot ( string kind, int address ) : void
VisitStartGcHeap ( ) : void
VisitStartObject ( int address, int typeid, int size ) : void
VisitStartObjects ( ) : void
VisitStartRoots ( ) : void
VisitStartTypes ( ) : void
VisitType ( int id, string name ) : void

Private Methods

Method Description
ReadElement ( XmlReader reader ) : void
ReadEndElement ( XmlReader reader ) : void

Method Details

Read() public method

public Read ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

TryParseAddress() protected static method

protected static TryParseAddress ( string value, int &address ) : bool
value string
address int
return bool

VisitEndGcHeap() protected method

protected VisitEndGcHeap ( ) : void
return void

VisitEndObject() protected method

protected VisitEndObject ( ) : void
return void

VisitEndObjects() protected method

protected VisitEndObjects ( ) : void
return void

VisitEndRoots() protected method

protected VisitEndRoots ( ) : void
return void

VisitEndTypes() protected method

protected VisitEndTypes ( ) : 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

VisitStartGcHeap() protected method

protected VisitStartGcHeap ( ) : void
return void

VisitStartObject() protected method

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

VisitStartObjects() protected method

protected VisitStartObjects ( ) : void
return void

VisitStartRoots() protected method

protected VisitStartRoots ( ) : void
return void

VisitStartTypes() protected method

protected VisitStartTypes ( ) : void
return void

VisitType() protected method

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