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.16.1.1623+4bf999fc3b81f861a8c2aa1b11ce6bfb8f610804
Syntaxpublic static string GetDllDirectory()
Public Shared Function GetDllDirectory As String
public:
static String^ GetDllDirectory()
static member GetDllDirectory : unit -> string
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