Show / Hide Table of Contents

Class Win32Api

Win32API Wrapper

Inheritance
System.Object
Win32Api
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp.Internal
Assembly: OpenCvSharp.dll
Syntax
public static class Win32Api

Methods

LoadLibrary(String)

Declaration
[Pure]
public static extern IntPtr LoadLibrary(string dllPath)
Parameters
Type Name Description
System.String dllPath
Returns
Type Description
IntPtr
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX