ICompiledExpressionRoot 接口

定义

指定有关已编译表达式根目录的信息。

public interface class ICompiledExpressionRoot
public interface ICompiledExpressionRoot
type ICompiledExpressionRoot = interface
Public Interface ICompiledExpressionRoot

方法

名称 说明
CanExecuteExpression(String, Boolean, IList<LocationReference>, Int32)

指示是否可以 ICompiledExpressionRoot 执行表达式。

GetExpressionTreeForExpression(Int32, IList<LocationReference>)

获取用于表达式的表达式树。

GetLanguage()

获取表达式根中使用的语言。

GetRequiredLocations(Int32)

获取表达式根目录所需的位置列表。

InvokeExpression(Int32, IList<Location>)

ICompiledExpressionRoot调用使用指定的表达式标识符和位置。

InvokeExpression(Int32, IList<LocationReference>, ActivityContext)

ICompiledExpressionRoot调用使用指定的表达式标识符、位置和活动上下文。

适用于