Click or drag to resize

Win32Api.LoadLibrary Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("kernel32")]
public static IntPtr LoadLibrary(
	string lpFileName
)

Parameters

lpFileName
Type: System.String

Return Value

Type: IntPtr
See Also