dCsharp

Visitor.invokeMethod Method (String, Object, Type)

Invoke the method on this class named

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

public virtual void invokeMethod(
   string name,
   object obj,
   Type cl
);

See Also

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