WindowsLibraryLoaderAdditionalPaths Property
|
Additional user-defined DLL paths
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_AdditionalPaths();
Property Value
Type:
ListString
See Also