ICompiledExpressionRoot 인터페이스

정의

컴파일된 식 루트에 대한 정보를 지정합니다.

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

메서드

Name Description
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 지정된 식 식별자 및 위치 및 작업 컨텍스트를 사용하여 호출합니다.

적용 대상