C# Class HeapShot.Reader.ObjectMapReader

Inheritance: IDisposable
Afficher le fichier Open project: mono/heap-shot Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ForceSnapshot ( ) : void
ObjectMapReader ( string filename ) : System
Read ( ) : void
Read ( IProgressListener progress ) : void
WaitForHeapShot ( int timeout ) : bool

Private Methods

Méthode Description
AddShot ( HeapSnapshot shot ) : void
ObjectMapReader ( ) : System
ReadGcEvent ( GcEvent ge ) : void
ReadLogFile ( IProgressListener progress ) : void
ReadLogFileChunk_Object ( HeapEvent he ) : void
ReadLogFileChunk_Type ( MetadataEvent t ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ForceSnapshot() public méthode

public ForceSnapshot ( ) : void
Résultat void

ObjectMapReader() public méthode

public ObjectMapReader ( string filename ) : System
filename string
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Read() public méthode

public Read ( IProgressListener progress ) : void
progress IProgressListener
Résultat void

WaitForHeapShot() public méthode

public WaitForHeapShot ( int timeout ) : bool
timeout int
Résultat bool