DynamicInvokerT Constructor
|
Constructor
Namespace:
OpenCvSharp.Util
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic DynamicInvoker(
string dllName,
string functionName
)
Public Sub New (
dllName As String,
functionName As String
)
public:
DynamicInvoker(
String^ dllName,
String^ functionName
)
new :
dllName : string *
functionName : string -> DynamicInvoker
OpenCvSharp.Util.DynamicInvoker = function(dllName, functionName);
Parameters
- dllName
- Type: SystemString
Name of library - functionName
- Type: SystemString
Name of function
See Also