Click or drag to resize

MethodDelegate Delegate

Delegate which is used as a return type for AsmHelper.GetMethodInvoker(). AsmHelper.GetStaticMethod() and AsmHelper.GetMethod() allow obtaining dynamic method delegate emitted on the base of the MethodInfo (from the compiled script type).

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public delegate Object MethodDelegate(
	params Object[] paramters
)

Parameters

paramters
Type: SystemObject
Optional method parameters.

Return Value

Type: Object
Returns MethodInfo return value
See Also