CurrentTime |
Returns a DateTime of the current time stamp of the event tracing log file to the current time of the processed buffer. |
BuffersRead |
Returns an Int32 which is the number of buffers read. According to the documentation, the BuffersRead property is supposed to report the number of buffers processed to date while reading a log file. However, this is zero upon the completion of every buffer. |
BufferSize |
Returns an Int32 that is the size of each buffer in bytes. |
Filled |
Returns an Int32 that is the number of bytes in a processed buffer that has valid data. |
EventsLost |
Returns an Int32 which is the number of events that were lost and not stored in the buffer. |
IsKernelTrace |
Returns a Boolean of whether this is a Kernel trace log file or buffer. |
LoggerVersion |
Returns an Int32 which is the event tracing provider's version number. |
LoggerMajorVersion |
Returns an Int32 of the Operating System's major version number. |
LoggerMinorVersion |
Returns an Int32 of the Operating System's minor version number. |
LoggerSubVersion |
Returns an Int32 of the Operating System's build number. |
LoggerSubMinorVersion |
Returns an Int32 of the Operating System's minor build number. |
ProviderVersion |
Returns an Int32 of the Operating System's build number. |
NumberOfProcessors |
Returns an Int32 which is the number of processors on the machine that recorded the log file. |
EndTime |
Returns an DateTime of when the event tracing session was stopped. |
StartTime |
Returns an DateTime of when the event tracing session was started. |
TimerResolution |
Returns an Int32 which provides timing information that allows the correct interpretation of the kernel, user, and processor timings within the log file’s events. TimerResolution contains the resolution of the hardware timer, in units of 100 nanoseconds. |
MaximumFileSize |
Returns an Int32 which is the log file's maximum size. |
BuffersWritten |
Returns an Int32 of how many buffers were written to the log file. |
BootTime |
Returns an DateTime of when the machine was booted when the log file was recorded. |
PerfFrequency |
Returns an Int32 that provides the frequency of the high-resolution performance counter that the log file or real-time session used when it was created. This is usually the speed of the machine in hertz.. |
BuffersLost |
Returns an Int32 of how many buffers were lost during the recording of the log file. |
LoggerName |
Returns and sets a String that repsents the name of an event tracing log file. |
LogFilePath |
Returns and sets a String that represnts the path of an event tracing log file. |
LogFileMode |
Returns and sets an EventTraceLoggingModes flags that determine the configuration of how the event tracer processes a log file. |