DkmILCheckTimeout Class

Definition

Checks if the timeout limit on the IL stream has been exceeded. If so, throws an IL exception with failure code 'Aborted'. This exception may be handled in a catch block, so immediate termination of the IL is not guaranteed. Otherwise, this instruction simply returns.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public ref class DkmILCheckTimeout : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCheckTimeout : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILCheckTimeout : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("172f1d3a-23c9-6271-d5d2-6646bf7054ca")]
public class DkmILCheckTimeout : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("172f1d3a-23c9-6271-d5d2-6646bf7054ca")>]
type DkmILCheckTimeout = class
    inherit DkmILInstruction
Public Class DkmILCheckTimeout
Inherits DkmILInstruction
Inheritance
DkmILCheckTimeout
Attributes

Properties

TagValue

DkmILInstruction is an abstract base class. This enum indicates which derived class this object is an instance of.

(Inherited from DkmILInstruction)
UniqueId

Uniquely identifies the DkmILInstruction object. Used as a hash-table key to allow for quickly matching up DkmIL instructions with their matching values.

(Inherited from DkmILInstruction)

Methods

Create()

Create a new DkmILCheckTimeout object instance.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

Applies to