Click or drag to resize

SetMacroCompiler Function (IMacroCompiler)

X#
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
Request Example View Source

Parameters

oCompiler
Type: IMacroCompiler
The object that implements the macro compiler.

Return Value

Type: IMacroCompiler
The previously defined MacroCompiler. This may be NULL if no compiler has been set yet and no macros have been compiled.
See Also