CTI32 Engine Class Library
DllManager.InvokeCTIDllMethod Method
Invokes The Method
[Visual Basic]
Public Shared Function InvokeCTIDllMethod( _
ByVal
dllName
As
String
, _
ByVal
namespaceDotClass
As
String
, _
ByVal
method
As
String
, _
ByVal
parameters
As
Object()
, _
ByVal
callType
As
CallType
_
) As
Object
[C#]
public static
object
InvokeCTIDllMethod(
string
dllName
,
string
namespaceDotClass
,
string
method
,
object[]
parameters
,
CallType
callType
);
Parameters
dllName
namespaceDotClass
method
parameters
callType
Return Value
See Also
DllManager Class
|
CTI32Engine Namespace