Click or drag to resize

WindowsLibraryLoader Class

Handles loading embedded dlls into memory, based on http://stackoverflow.com/questions/666799/embedding-unmanaged-dll-into-a-managed-c-sharp-dll.
Inheritance Hierarchy
SystemObject
  OpenCvSharpWindowsLibraryLoader

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public sealed class WindowsLibraryLoader

The WindowsLibraryLoader type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalPaths
Additional user-defined DLL paths
Public propertyStatic memberInstance
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCurrentPlatformSupported
Public methodIsLibraryLoaded
Public methodLoadLibrary
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
This code is based on https://github.com/charlesw/tesseract
See Also