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-2016 • Updated: 12/12/15
Comment or report problem with topic