Functions.GetMacroCompiler 方法 | |
Get the type of the class that is used to compile macros
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION GetMacroCompiler() AS Type
public static Type GetMacroCompiler()
查看代码返回值
类型:
TypeThe type of the currently defined MacroCompiler. This may be NULL if no type has been set yet and no macros have been compiled.
参见