dCsharp

Visitor.invokeMethod Method (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 name,
   object[] args,
   Type[] paramTypes
);

See Also

Visitor Class | edu.neu.ccs.demeter.dCsharp Namespace | Visitor.invokeMethod Overload List