| RuntimeEngineExtensionsRegisterFunction Method |
| Name | Description | |
|---|---|---|
| RegisterFunction(IExecutableModel, Object) |
Registers all the methods on the type that are marked by FunctionAttribute | |
| RegisterFunction(IExecutableModel, String, Delegate) |
Registers all the methods on the type that are marked by FunctionAttribute | |
| RegisterFunction(IExecutableModel, String, IExecutableModel, String) |
Registers another IExecutableModel as a function
| |
| RegisterFunction(IExecutableModel, String, MethodInfo, Object) |
Registers another IExecutableModel as a function
|