StreamChain.ConvertToBytes Method
When overridden in a derived class, converts an IntelliTraceEvent to a raw event.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Protected MustOverride Function ConvertToBytes ( _
chainEvent As IntelliTraceEvent _
) As Byte()
protected abstract byte[] ConvertToBytes(
IntelliTraceEvent chainEvent
)
protected:
virtual array<unsigned char>^ ConvertToBytes(
IntelliTraceEvent^ chainEvent
) abstract
abstract ConvertToBytes :
chainEvent:IntelliTraceEvent -> byte[]
protected abstract function ConvertToBytes(
chainEvent : IntelliTraceEvent
) : byte[]
Parameters
- chainEvent
Type: Microsoft.VisualStudio.IntelliTrace.IntelliTraceEvent
The event to convert.
Return Value
Type: array<System.Byte[]
The raw event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.