ICpuSample.IsExecutingInterruptServicingRoutine 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 value indicating whether the thread was executing an interrupt service routine when the sample was collected, if that data is available.
public Nullable<bool> IsExecutingInterruptServicingRoutine { get; }
member this.IsExecutingInterruptServicingRoutine : Nullable<bool>
Public ReadOnly Property IsExecutingInterruptServicingRoutine As Nullable(Of Boolean)