Click or drag to resize
Llvm.NET LogoInstructionBuilder.Invoke 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.Values.Value
args
Type: System.Collections.Generic.IReadOnlyList<Value>
then
Type: Llvm.NET.Values.BasicBlock
catchBlock
Type: Llvm.NET.Values.BasicBlock

Return Value

Type: Invoke
See Also