Click or drag to resize
MacroResolver Fields

The MacroResolver type exposes the following members.

Fields
  NameDescription
Protected fieldmActiveMacros
Current stack of active macros (macros that are just being resolved).
Protected fieldmCurrentRecursion
Recursion handling.
Protected fieldmParentResolver
Parent resolver is used to look for the data if it's not explicitly defined in current resolver All the data available in the parent are available also in children (could be overridden, though)
Protected fieldmResolverName
Macro resolver name.
Protected fieldmSettings
Macro context.
Protected fieldmSkippedResolvers
Returns the list of resolvers that were skipped during the processing of the macros with this resolver.
Public fieldStatic memberUNRESOLVED_RETURN_VALUE
Represents unresolved keyword.
Top
See Also