SetMacroCompiler Function (Type) | |
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
public static Type SetMacroCompiler(
Type oCompiler
)
Request Example
View SourceParameters
- oCompiler
- Type: Type
The type of the class that implements the macro compiler. This type MUST implement IMacroCompiler.
Return Value
Type:
TypeThe 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