SetMacroCompiler Function (IMacroCompiler) | |
Set the class that must be used to compile macros
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION SetMacroCompiler(
oCompiler AS IMacroCompiler
) AS IMacroCompiler
public static IMacroCompiler SetMacroCompiler(
IMacroCompiler oCompiler
)
Request Example
View SourceParameters
- oCompiler
- Type: IMacroCompiler
The object that implements the macro compiler.
Return Value
Type:
IMacroCompilerThe previously defined MacroCompiler. This may be NULL if no compiler has been set yet and no macros have been compiled.
See Also