Sdílet prostřednictvím


DkmILEndTry Class

Definition

Ends a try block. After this, all exceptions will go unhandled unless a new DkmILBeginTry instruction is executed.

public ref class DkmILEndTry : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILEndTry : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILEndTry : Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction
[System.Runtime.InteropServices.Guid("e67ca9b0-423e-11e2-fa72-fef237717a9a")]
public class DkmILEndTry : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction
[<System.Runtime.InteropServices.Guid("e67ca9b0-423e-11e2-fa72-fef237717a9a")>]
type DkmILEndTry = class
    inherit DkmILInstruction
Public Class DkmILEndTry
Inherits DkmILInstruction
Inheritance
DkmILEndTry
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 DkmILEndTry object instance.

Applies to