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
OpCodetryBlock
ILInstruction
Fields
TryBlockSlot
public static readonly SlotInfo TryBlockSlot
Field Value
Properties
TryBlock
public ILInstruction TryBlock { get; set; }