Click or drag to resize

GetMacroCompiler Function

X#
Get the type of the class that is used to compile macros

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION GetMacroCompiler() AS Type
Request Example View Source

Return Value

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