| WindowsLibraryLoaderAdditionalPaths Property |
Additional user-defined DLL paths
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public List<string> AdditionalPaths { get; }
Public ReadOnly Property AdditionalPaths As List(Of String)
Get
public:
property List<String^>^ AdditionalPaths {
List<String^>^ get ();
}
member AdditionalPaths : List<string> with get
Property Value
Type:
ListStringSee Also