Click or drag to resize

ToolboxGetDllDirectory Method

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

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
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