Click or drag to resize
RuntimeEngineExtensionsRegisterFunction Method
Overload List
  NameDescription
Public methodStatic memberRegisterFunction(IExecutableModel, Object)
Registers all the methods on the type that are marked by FunctionAttribute
Public methodStatic memberRegisterFunction(IExecutableModel, String, Delegate)
Registers all the methods on the type that are marked by FunctionAttribute
Public methodStatic memberRegisterFunction(IExecutableModel, String, IExecutableModel, String)
Registers another IExecutableModel as a function
Public methodStatic memberRegisterFunction(IExecutableModel, String, MethodInfo, Object)
Registers another IExecutableModel as a function
Top
See Also