ToolboxSetDllDirectory Method |
https://www.emgu.com/wiki/index.php/Emgu_TF
Adds a directory to 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
Syntaxpublic static bool SetDllDirectory(
string path
)
Public Shared Function SetDllDirectory (
path As String
) As Boolean
public:
static bool SetDllDirectory(
String^ path
)
static member SetDllDirectory :
path : string -> bool
Parameters
- path
- Type: SystemString
The directory to be searched for DLLs
Return Value
Type:
BooleanTrue if success
See Also