C# Class Monitoring.Eventing.Interop.TraceEventInfoWrapper

Inheritance: IDisposable
Show file Open project: pcibraro/RealtimeTracing Class Usage Examples

Private Properties

Property Type Description
GetProperties PropertyBag
Initialize void
ReadPropertyValue object
ReleaseMemory void
TraceEventInfoWrapper System

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
GetProperties ( EventRecord eventRecord ) : PropertyBag
Initialize ( EventRecord eventRecord ) : void
ReadPropertyValue ( EventPropertyInfo info, IntPtr dataPtr, string &mapName, int &length ) : object
ReleaseMemory ( ) : void
TraceEventInfoWrapper ( EventRecord eventRecord ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void