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를 호출합니다.

적용 대상