ReflectionUtils.CallMethodExCom

Calls a method on a COM object with '.' syntax (Customer instance and Address.DoSomeThing method)

public static object CallMethodExCom(object parent,
	string method,
	Object[] parms)

Parameters

parent
the object instance on which to call method

method
The method or . syntax path to the method (Address.Parse)

parms
Any number of parameters


See also:

Class ReflectionUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic