StreamChain.ReadEventLength Method
When overridden in a derived class, gets the length of the next event in the stream.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'宣告
Protected MustOverride Function ReadEventLength As Integer
protected abstract int ReadEventLength()
protected:
virtual int ReadEventLength() abstract
abstract ReadEventLength : unit -> int
protected abstract function ReadEventLength() : int
Return Value
Type: System.Int32
The length of the next event in bytes.
.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.