CurrentTime (inherited from EventTraceLogFile) |
Returns a DateTime of the current time stamp of the event tracing log file to the current time of the processed buffer. |
BuffersRead (inherited from EventTraceLogFile) |
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 (inherited from EventTraceLogFile) |
Returns an Int32 that is the size of each buffer in bytes. |
Filled (inherited from EventTraceLogFile) |
Returns an Int32 that is the number of bytes in a processed buffer that has valid data. |
EventsLost (inherited from EventTraceLogFile) |
Returns an Int32 which is the number of events that were lost and not stored in the buffer. |
IsKernelTrace (inherited from EventTraceLogFile) |
Returns a Boolean of whether this is a Kernel trace log file or buffer. |
LoggerVersion (inherited from EventTraceLogFile) |
Returns an Int32 which is the event tracing provider's version number. |
LoggerMajorVersion (inherited from EventTraceLogFile) |
Returns an Int32 of the Operating System's major version number. |
LoggerMinorVersion (inherited from EventTraceLogFile) |
Returns an Int32 of the Operating System's minor version number. |
LoggerSubVersion (inherited from EventTraceLogFile) |
Returns an Int32 of the Operating System's build number. |
LoggerSubMinorVersion (inherited from EventTraceLogFile) |
Returns an Int32 of the Operating System's minor build number. |
ProviderVersion (inherited from EventTraceLogFile) |
Returns an Int32 of the Operating System's build number. |
NumberOfProcessors (inherited from EventTraceLogFile) |
Returns an Int32 which is the number of processors on the machine that recorded the log file. |
EndTime (inherited from EventTraceLogFile) |
Returns an DateTime of when the event tracing session was stopped. |
StartTime (inherited from EventTraceLogFile) |
Returns an DateTime of when the event tracing session was started. |
TimerResolution (inherited from EventTraceLogFile) |
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 (inherited from EventTraceLogFile) |
Returns an Int32 which is the log file's maximum size. |
BuffersWritten (inherited from EventTraceLogFile) |
Returns an Int32 of how many buffers were written to the log file. |
BootTime (inherited from EventTraceLogFile) |
Returns an DateTime of when the machine was booted when the log file was recorded. |
PerfFrequency (inherited from EventTraceLogFile) |
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 (inherited from EventTraceLogFile) |
Returns an Int32 of how many buffers were lost during the recording of the log file. |
LoggerName (inherited from EventTraceLogFile) |
Returns and sets a String that repsents the name of an event tracing log file. |
LogFilePath (inherited from EventTraceLogFile) |
Returns and sets a String that represnts the path of an event tracing log file. |
LogFileMode (inherited from EventTraceLogFile) |
Returns and sets an EventTraceLoggingModes flags that determine the configuration of how the event tracer processes a log file. |