• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    RunFunction Method

    RunFunction(String, Object[])

    Executes specified function.

    Declaration
    public virtual object RunFunction(string function, object[] args = null)
    Parameters
    Type Name Description
    String function

    Name of function to execute.

    Object[] args

    Array of function's parameters.

    Returns
    Type Description
    Object

    An object containing return value of the executed function.

    Implements
    IScriptRun.RunFunction(String, Object[])
    In This Article
    Back to top Copyright AlterNET Software Download PDF