Class CatchPad
Marks a BasicBlock as a catch handler
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class CatchPad : FuncletPad, IExtensiblePropertyContainer
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 |