GetMacroCompiler Function | |
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
public static Type GetMacroCompiler()
Request Example
View SourceReturn Value
Type:
TypeThe 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