点击或拖拽改变大小

IMacroCompilerUsual.CompileCodeblock 方法 (String)

X#
Compile a string into a runtime codeblock.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
METHOD CompileCodeblock(
	macro AS STRING
) AS _Codeblock

参数

macro
类型:String
String to compile

返回值

类型:_Codeblock
A compiled codeblock
备注
This overload of the CompileCodeBlock assumes that single quotes are allowed, and that no memvars are used.
参见