Skip to content

< Back


NativeLibraryFromPath

Namespace: LLama.Native

A native library specified with a local file path.

1
public class NativeLibraryFromPath : LLama.Abstractions.INativeLibrary

Inheritance ObjectNativeLibraryFromPath
Implements INativeLibrary
Attributes NullableContextAttribute, NullableAttribute

Properties

Metadata

1
public NativeLibraryMetadata Metadata { get; }

Property Value

NativeLibraryMetadata

Constructors

NativeLibraryFromPath(String)

1
public NativeLibraryFromPath(string path)

Parameters

path String

Methods

Prepare(SystemInfo, LLamaLogCallback)

1
public IEnumerable<string> Prepare(SystemInfo systemInfo, LLamaLogCallback logCallback)

Parameters

systemInfo SystemInfo

logCallback LLamaLogCallback

Returns

IEnumerable<String>


< Back