Class LibraryLoader
Inheritance
System.Object
LibraryLoader
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: InteropDotNet
Assembly: Telerik.Windows.Documents.TesseractOcr.dll
Syntax
public sealed class LibraryLoader
Properties
CustomSearchPath
Declaration
public string CustomSearchPath { get; set; }
Property Value
|
System.String
|
Instance
Methods
FreeLibrary(String)
Declaration
public bool FreeLibrary(string fileName)
Parameters
|
System.String
fileName
|
Returns
|
System.Boolean
|
GetProcAddress(IntPtr, String)
Declaration
public IntPtr GetProcAddress(IntPtr dllHandle, string name)
Parameters
|
System.IntPtr
dllHandle
|
|
System.String
name
|
Returns
|
System.IntPtr
|
IsLibraryLoaded(String)
Declaration
public bool IsLibraryLoaded(string fileName)
Parameters
|
System.String
fileName
|
Returns
|
System.Boolean
|
LoadLibrary(String, String)
Declaration
public IntPtr LoadLibrary(string fileName, string platformName = null)
Parameters
|
System.String
fileName
|
|
System.String
platformName
|
Returns
|
System.IntPtr
|