点击或拖拽改变大小

IRtCodeblock 接口

X#
This interface Extended the ICodeblock interface and adds support for usual parameters and return values

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 INTERFACE IRtCodeblock IMPLEMENTS ICodeblock2, 
	ICodeblock

IRtCodeblock 类型公开以下成员。

属性
  名称说明
公共属性IsBlock
Was the codeblock created from a string that started with "{|"
公共属性ResultType
Returns the real /original return type of the EvalBlock() method
(继承自 ICodeblock2。)
Top
方法
  名称说明
公共方法Eval
Executes the codeblock.
公共方法EvalBlock
Evaluate the codeblock
(继承自 ICodeblock。)
公共方法PCount
Returns the number of parameters defined for the codeblock
(继承自 ICodeblock。)
Top
参见