Modifica

ExtendedDataItemReadOnlySpan Struct

Definition

Represents an read-only span of extended data for raw (unprocessed) events in an ETW trace.

public struct ExtendedDataItemReadOnlySpan
type ExtendedDataItemReadOnlySpan = struct
Public Structure ExtendedDataItemReadOnlySpan
Inheritance
ExtendedDataItemReadOnlySpan

Remarks

This part of the API is in preview and under active development. It may change in future releases.

Properties

Name Description
Empty
IsEmpty
Item[Int32]
Length

Methods

Name Description
GetEnumerator()
Slice(Int32, Int32)

Forms a slice out of the given read-only span, beginning at 'start', of given length

Slice(Int32)

Forms a slice out of the given read-only span, beginning at 'start'.

Applies to