C# Класс LazyCopy.EventTracing.LazyCopyEventParser

Event parser for the LazyCopy ETW events.
Наследование: TraceEventParser
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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