Click or drag to resize

ToolboxGetDllDirectory Method

https://www.emgu.com
Get the search path used to locate DLLs for the application

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public static string GetDllDirectory()

Return Value

Type: String
If the function succeeds, the return value is the search path used to locate DLLs for the application If the function fails, the return value is null.To get extended error information, call GetLastError.
See Also