Class
LibraryLoader

Definition

Namespace:InteropDotNet

Assembly:Telerik.Windows.Documents.TesseractOcr.dll

Syntax:

cs-api-definition
public sealed class LibraryLoader

Inheritance: objectLibraryLoader

Properties

CustomSearchPath

Declaration

cs-api-definition
public string CustomSearchPath { get; set; }

Property Value

string

Instance

Declaration

cs-api-definition
public static LibraryLoader Instance { get; }

Property Value

LibraryLoader

Methods

FreeLibrary(string)

Declaration

cs-api-definition
public bool FreeLibrary(string fileName)

Parameters

fileName

string

Returns

bool

GetProcAddress(nint, string)

Declaration

cs-api-definition
public nint GetProcAddress(nint dllHandle, string name)

Parameters

dllHandle

nint

name

string

Returns

nint

IsLibraryLoaded(string)

Declaration

cs-api-definition
public bool IsLibraryLoaded(string fileName)

Parameters

fileName

string

Returns

bool

LoadLibrary(string, string)

Declaration

cs-api-definition
public nint LoadLibrary(string fileName, string platformName = null)

Parameters

fileName

string

platformName

string

Returns

nint