Class CatchSwitch
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
Describes the set of possible catch handlers that may be executed by an EH personality routine
public sealed class CatchSwitch : Instruction, IEquatable<Value>
- Inheritance
-
CatchSwitch
- Implements
- Inherited Members
- Extension Methods
Properties
- HasUnwindDestination
Gets a value indicating whether this CatchSwitch has an unwind destination
- ParentPad
Gets or sets the Parent pad for this CatchSwitch
- UnwindDestination
Gets or sets the Unwind destination for this CatchSwitch
- UnwindsToCaller
Gets a value indicating whether this CatchSwitch unwinds to the caller