 | ReflectionUtilsCallMethodCom Method |
Wrapper method to call a 'dynamic' (non-typelib) method
on a COM object
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static Object CallMethodCom(
Object instance,
string method,
params Object[] parms
)
Public Shared Function CallMethodCom (
instance As Object,
method As String,
ParamArray parms As Object()
) As Object
public:
static Object^ CallMethodCom(
Object^ instance,
String^ method,
... array<Object^>^ parms
)
static member CallMethodCom :
instance : Object *
method : string *
parms : Object[] -> Object
Parameters
- instance
- Type: SystemObject
The instance. - method
- Type: SystemString
The method. - parms
- Type: SystemObject
The parms.
Return Value
Type:
Object[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.CallMethodCom(System.Object,System.String,System.Object[])"]
See Also