NativeLibrary

NativeLibrary class

class NativeLibrary

Methods

MethodDescription
static void Free(IntPtr)Unloads dynamic library.
static IntPtr GetExport(IntPtr, const String&)Gets address of given library item.
static IntPtr Load(const String&)Loads native dynamic library. Throws on error.
static bool TryLoad(const String&, IntPtr&)Loads native dynamic library.

See Also