| MacroMethods Methods | 
The MacroMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| AreMethodsRegistered | 
            Returns true if methods are registered 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, FuncObject, Object, Type, String, Int32, Object, String, ListType) | 
            Registers the given method within the method table.
              | |
| RegisterMethodInternal(String, FuncEvaluationContext, Object, Object, Type, String, Int32, Object, String, ListType) | 
            Registers the given method within the method table.
              | |
| RegisterMethodInternal(String, FuncMacroResolver, Object, Object, Type, String, Int32, Object, String, ListType) | 
            Registers the given method within the method table.
              |