C# 클래스 Tx.Bond.LinqPad.EventStatisticCache

파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 메소드들

메소드 설명
EventStatisticCache ( ) : System
GetTypeStatistics ( TypeCache typeCache ) : EventStatistics>.IDictionary

비공개 메소드들

메소드 설명
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

메소드 상세

EventStatisticCache() 공개 메소드

public EventStatisticCache ( ) : System
리턴 System

GetTypeStatistics() 공개 메소드

public GetTypeStatistics ( TypeCache typeCache ) : EventStatistics>.IDictionary
typeCache TypeCache
리턴 EventStatistics>.IDictionary