MacroMethods Methods |
The MacroMethods type exposes the following members.
Name | Description | |
---|---|---|
AreMethodsRegistered |
Returns true if methods are registred in the hashtable of all methods.
| |
ExecuteMethod(String,Object[]) |
Executes the given method with parameters.
| |
ExecuteMethod(String, MacroResolver,Object[]) |
Executes the given method with parameters.
| |
GetMethod |
Gets the specific method delegate.
| |
GetMethodsForObject(Object) |
Returns the list of macro methods suitable for specified object.
| |
GetMethodsForObject(Object, Boolean) |
Returns the list of macro methods suitable for specified object.
| |
GetMethodsForObject(Object, Boolean, Boolean) |
Returns the list of macro methods suitable for specified object.
| |
RegisterMethod |
Registers the given method within the method table.
| |
RegisterMethodInternal(String, Func<Object[], Object>, Type, String, Int32,Object[,],String[], List<Type>) |
Registers the given method within the method table.
| |
RegisterMethodInternal(String, Func<EvaluationContext,Object[], Object>, Type, String, Int32,Object[,],String[], List<Type>) |
Registers the given method within the method table.
| |
RegisterMethodInternal(String, Func<MacroResolver,Object[], Object>, Type, String, Int32,Object[,],String[], List<Type>) |
Registers the given method within the method table.
|