次の方法で共有


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 を呼び出します。

適用対象