Click or drag to resize

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
Syntax
public static Object CallMethodCom(
	Object instance,
	string method,
	params Object[] parms
)

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