Click or drag to resize
Llvm.NET LogoInstructionBuilderInvoke Method

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Invoke Invoke(
	Value func,
	IReadOnlyList<Value> args,
	BasicBlock then,
	BasicBlock catchBlock
)

Parameters

func
Type: Llvm.NET.ValuesValue
args
Type: System.Collections.GenericIReadOnlyListValue
then
Type: Llvm.NET.ValuesBasicBlock
catchBlock
Type: Llvm.NET.ValuesBasicBlock

Return Value

Type: Invoke
See Also