Handles loading embedded dlls into memory, based on http://stackoverflow.com/questions/666799/embedding-unmanaged-dll-into-a-managed-c-sharp-dll.
            
Inheritance Hierarchy
OpenCvSharpWindowsLibraryLoader
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The WindowsLibraryLoader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | AdditionalPaths | 
            Additional user-defined DLL paths 
             | 
|   | Instance | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | IsCurrentPlatformSupported | |
|  | IsLibraryLoaded | |
|  | LoadLibrary | |
|  | ToString | (Inherited from Object.) | 
Remarks
See Also