Class CatchPad
Marks a BasicBlock as a catch handler
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.dll
Syntax
public class CatchPad : FuncletPad, IExtensiblePropertyContainer, IOperandContainer<Value>
Remarks
Like the LandingPad, instruction this must be the first non-phi instruction in the block.
Properties
CatchSwitch | Gets or sets the CatchSwitch for this pad |