Method Invoke
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
Invoke(Function, IReadOnlyList<Value>, BasicBlock, BasicBlock)
Creates an Invoke instruction
public Invoke Invoke(Function func, IReadOnlyList<Value> args, BasicBlock then, BasicBlock catchBlock)
Parameters
funcFunctionFunction to invoke
argsIReadOnlyList<Value>arguments to pass to the function
thenBasicBlockSuccessful continuation block
catchBlockBasicBlockException handling block