Click or drag to resize

IMacroCompiler2 Interface

X#
This interface extends the Macro compiler and adds a method that is called to decide between ambigous methods or constructors

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 INTERFACE IMacroCompiler2 IMPLEMENTS IMacroCompiler

The IMacroCompiler2 type exposes the following members.

Properties
  NameDescription
Public propertyResolver
This property allows to set a delegate that may be used to resolve ambigous references
Top
Methods
  NameDescription
Public methodCompile
Compile a string into a runtime codeblock.
(Inherited from IMacroCompiler.)
Top
See Also