StreamChain.ConvertToEvent(EventToken, Byte[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, converts a raw event to an IntelliTraceEvent.
protected:
abstract Microsoft::VisualStudio::IntelliTrace::IntelliTraceEvent ^ ConvertToEvent(Microsoft::VisualStudio::IntelliTrace::EventToken token, cli::array <System::Byte> ^ data, int % offset);
protected abstract Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent ConvertToEvent (Microsoft.VisualStudio.IntelliTrace.EventToken token, byte[] data, ref int offset);
abstract member ConvertToEvent : Microsoft.VisualStudio.IntelliTrace.EventToken * byte[] * int -> Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
Protected MustOverride Function ConvertToEvent (token As EventToken, data As Byte(), ByRef offset As Integer) As IntelliTraceEvent
Parameters
- token
- EventToken
- data
- Byte[]
The raw event data to convert.
- offset
- Int32
The offset into the event data to start converting.
Returns
The converted IntelliTraceEvent.