Class CleanupReturn
Instruction that indicates to the personality function that one CleanupPad it transferred control to has ended
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 CleanupReturn : Terminator, IExtensiblePropertyContainer
Properties
CleanupPad | Gets or sets the CleanupPad for this instruction |
HasUnwindDestination | Gets a value indicating whether this CatchSwitch has an unwind destination |
UnwindDestination | Gets or sets the Unwind destination for this CatchSwitch |
UnwindsToCaller | Gets a value indicating whether this CatchSwitch unwinds to the caller |