IMacroCompilerUsual.CompileCodeblock 方法 (String) | |
Compile a string into a runtime codeblock.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD CompileCodeblock(
macro AS STRING
) AS _Codeblock
_Codeblock CompileCodeblock(
string macro
)
参数
- macro
- 类型:String
String to compile
返回值
类型:
_CodeblockA compiled codeblock
备注 This overload of the CompileCodeBlock assumes that single quotes are allowed, and that no memvars are used.
参见