Table of Contents

Method RemoveDyLib

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

RemoveDyLib(LazyEncodedString)

Removes a JITDyLib from this session by name

public bool RemoveDyLib(LazyEncodedString name)

Parameters

name LazyEncodedString

Name of the lib

Returns

bool

true if the library is found; false if not

Exceptions

LlvmException

Error from the native interop LLVM API