C# Class Tx.Bond.LinqPad.EventStatisticCache

Show file Open project: Reactive-Extensions/Tx Class Usage Examples

Public Methods

Method Description
EventStatisticCache ( ) : System
GetTypeStatistics ( TypeCache typeCache ) : EventStatistics>.IDictionary

Private Methods

Method Description
AppendFileRelatedDetails ( StringBuilder sb, string file ) : void
AppendStats ( StringBuilder sb, CsvRelatedStats>.Dictionary stats ) : void
CalculateTypeStatistics ( TypeCache typeCache, string inputFile ) : CsvRelatedStats>.Dictionary
CheckSum ( string filename ) : string
CreateCsvStatsFile ( string file, CsvRelatedStats>.Dictionary stats ) : void
GetHashValue ( HashAlgorithm md5, string filename ) : string
GetTypeNameFromManifest ( EventManifest manifest ) : string
IsCsvLineParsable ( string line, TypeCache typeCache, EventStatistics>.Dictionary eventStatsCollection ) : bool
IsStatsCsvAvailable ( string csvFile ) : bool
TryParseStatsFromCsv ( string inputFile, TypeCache typeCache, EventStatistics>.Dictionary &eventStatsCollection ) : bool

Method Details

EventStatisticCache() public method

public EventStatisticCache ( ) : System
return System

GetTypeStatistics() public method

public GetTypeStatistics ( TypeCache typeCache ) : EventStatistics>.IDictionary
typeCache TypeCache
return EventStatistics>.IDictionary