Table of Contents

Class TryInstruction

Namespace
ICSharpCode.Decompiler.IL
Assembly
ICSharpCode.Decompiler.dll
public abstract class TryInstruction : ILInstruction
Inheritance
TryInstruction
Derived
Inherited Members

Constructors

TryInstruction(OpCode, ILInstruction)

protected TryInstruction(OpCode opCode, ILInstruction tryBlock)

Parameters

opCode OpCode
tryBlock ILInstruction

Fields

TryBlockSlot

public static readonly SlotInfo TryBlockSlot

Field Value

SlotInfo

Properties

TryBlock

public ILInstruction TryBlock { get; set; }

Property Value

ILInstruction