Functions.SetMacroCompiler 方法 (Type) | |
Set the type of the class that must be used to compile macros
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION SetMacroCompiler(
oCompiler AS Type
) AS Type
public static Type SetMacroCompiler(
Type oCompiler
)
查看代码参数
- oCompiler
- 类型:Type
The type of the class that implements the macro compiler. This type MUST implement IMacroCompiler.
返回值
类型:
TypeThe type of the previously defined MacroCompiler. This may be NULL if no type has been set yet and no macros have been compiled.
参见