C# 클래스 LazyCopy.EventTracing.LazyCopyEventParser

Event parser for the LazyCopy ETW events.
상속: TraceEventParser
파일 보기 프로젝트 열기: aleksk/LazyCopy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProviderGuid System.Guid

공개 메소드들

메소드 설명
LazyCopyEventParser ( TraceEventSource source ) : System

Initializes a new instance of the LazyCopyEventParser class.

보호된 메소드들

메소드 설명
EnumerateTemplates ( Func eventsToObserve, Action callback ) : void

Returns a list of all templates currently existing.

GetProviderName ( ) : string

Returns the name of the provider this parser can handle.

비공개 메소드들

메소드 설명
InvokeFileAccessed ( FileAccessedEventData eventData ) : void

Invokes the FileAccessed handles, if any.

InvokeFileFetched ( FileFetchedEventData eventData ) : void

Invokes the FileFetched handles, if any.

InvokeFileNotFetched ( FileNotFetchedEventData eventData ) : void

Invokes the FileNotFetched handles, if any.

메소드 상세

EnumerateTemplates() 보호된 메소드

Returns a list of all templates currently existing.
protected EnumerateTemplates ( Func eventsToObserve, Action callback ) : void
eventsToObserve Func Template enumerator.
callback Action Callback to be invoked per event.
리턴 void

GetProviderName() 보호된 메소드

Returns the name of the provider this parser can handle.
protected GetProviderName ( ) : string
리턴 string

LazyCopyEventParser() 공개 메소드

Initializes a new instance of the LazyCopyEventParser class.
is .
public LazyCopyEventParser ( TraceEventSource source ) : System
source TraceEventSource Event source.
리턴 System

프로퍼티 상세

ProviderGuid 공개적으로 정적으로 프로퍼티

Provider GUID.
public static Guid,System ProviderGuid
리턴 System.Guid