C# Class HeapStringAnalyser.SymbolNotification

Inheritance: ISymbolNotification
Show file Open project: mattwarren/HeapStringAnalyser

Public Methods

Method Description
DecompressionComplete ( string localPath ) : void
DownloadComplete ( string localPath, bool requiresDecompression ) : void
DownloadProgress ( int bytesDownloaded ) : void
FoundSymbolInCache ( string localPath ) : void
FoundSymbolOnPath ( string url ) : void
ProbeFailed ( string url ) : void

Method Details

DecompressionComplete() public method

public DecompressionComplete ( string localPath ) : void
localPath string
return void

DownloadComplete() public method

public DownloadComplete ( string localPath, bool requiresDecompression ) : void
localPath string
requiresDecompression bool
return void

DownloadProgress() public method

public DownloadProgress ( int bytesDownloaded ) : void
bytesDownloaded int
return void

FoundSymbolInCache() public method

public FoundSymbolInCache ( string localPath ) : void
localPath string
return void

FoundSymbolOnPath() public method

public FoundSymbolOnPath ( string url ) : void
url string
return void

ProbeFailed() public method

public ProbeFailed ( string url ) : void
url string
return void