Table of Contents

Method RunMethod

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

RunMethod(string, object, object[])

Executes specified method.

public virtual object RunMethod(string method, object obj = null, object[] args = null)

Parameters

method string

Name of method to execute.

obj object

Object, contains method to execute.

args object[]

Array of method's parameters.

Returns

object

An object containing return value of the executed method.