Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.