ToolboxSetDllDirectory Method |
http://www.emgu.com
Adds a directory to the search path used to locate DLLs for the application
Namespace:
Emgu.TF.Util
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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