dCsharp

Visitor.invokeMethod Method

Invoke the method on this class named

name
with one parameter of type
cl
, passing
obj
as the argument.

Overload List

Invoke the method on this class named

name
with one parameter of type
cl
, passing
obj
as the argument.

public virtual void invokeMethod(string,object,Type);

Invoke the method on this class named

name
with parameter types
paramTypes
, passing
args
as the arguments.

public virtual void invokeMethod(string,object[],Type[]);

See Also

Visitor Class | edu.neu.ccs.demeter.dCsharp Namespace