 | 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
Syntaxpublic delegate Object MethodDelegate(
params Object[] paramters
)
Parameters
- paramters
- Type: SystemObject
Optional method parameters.
Return Value
Type:
ObjectReturns MethodInfo return value
See Also