Click or drag to resize

LoadContextIntoDefaultLoadUnmanagedDll Method

Load an unmanaged library by name.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override IntPtr LoadUnmanagedDll(
	string unmanagedDllName
)

Parameters

unmanagedDllName  String
Name of the unmanaged library. Typically this is the filename without its path or extensions.

Return Value

IntPtr
A handle to the loaded library, or Zero.
See Also