Table of Contents

Method TryGetDyLib

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

TryGetDyLib(LazyEncodedString, out JITDyLib)

Tries to get a named library from this session

public bool TryGetDyLib(LazyEncodedString name, out JITDyLib lib)

Parameters

name LazyEncodedString

name of the library

lib JITDyLib

[out] library if found or null

Returns

bool

true if found or false if not