WindowsLibraryLoader Class OpenCvSharp Class Library
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.0 (1.0.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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsCurrentPlatformSupported
Public methodIsLibraryLoaded
Public methodLoadLibrary
Public methodToString (Inherited from Object.)
Top
Remarks

This code is based on https://github.com/charlesw/tesseract
See Also

Reference