Click or drag to resize

SetMacroCompiler Function (Type)

X#
Set the type of 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 Type
) AS Type
Request Example View Source

Parameters

oCompiler
Type: Type
The type of the class that implements the macro compiler. This type MUST implement IMacroCompiler.

Return Value

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