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