ICallable Interface |
public interface ICallable
The ICallable type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyFunctionMethod | Executes the function method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types. | |
| ApplyProcedureMethod | Executes the procedure method given by its name. Throws an exception if the method does not exists or the parameters are of wrong types. |