IContextSwitchDataSource.ContextSwitches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of every context switch that occurred during the trace.
public System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.IContextSwitch> ContextSwitches { get; }
member this.ContextSwitches : System.Collections.Generic.IReadOnlyList<Microsoft.Windows.EventTracing.Cpu.IContextSwitch>
Public ReadOnly Property ContextSwitches As IReadOnlyList(Of IContextSwitch)