StreamChain.ReadEventBytes Method
When overridden in a derived class, reads a single raw event from the stream.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Protected MustOverride Function ReadEventBytes As Byte()
protected abstract byte[] ReadEventBytes()
protected:
virtual array<unsigned char>^ ReadEventBytes() abstract
abstract ReadEventBytes : unit -> byte[]
protected abstract function ReadEventBytes() : byte[]
Return Value
Type: array<System.Byte[]
The raw message.
.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.