Class NativeLibrary
Inheritance
System.Object
NativeLibrary
Implements
System.IDisposable
Assembly: IronOcr.dll
Syntax
public class NativeLibrary : Object, IDisposable
Constructors
NativeLibrary(String)
Declaration
public NativeLibrary(string name_in)
Parameters
Type |
Name |
Description |
System.String |
name_in |
|
Properties
Handle
Declaration
public IntPtr Handle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Loader
Declaration
protected virtual LibraryLoader Loader { get; }
Property Value
Type |
Description |
IronSoftware.Deployment.LibraryLoader |
|
Methods
Dispose()
Declaration
LoadFunction(String)
Declaration
public IntPtr LoadFunction(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.IntPtr |
|
LoadFunction<T>()
Declaration
public T LoadFunction<T>()
Returns
Type Parameters
LoadFunction<T>(String)
Declaration
public T LoadFunction<T>(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type Parameters
Implements
System.IDisposable