CompiledExpressionInvoker 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已編譯的運算式的啟動程式。
public ref class CompiledExpressionInvoker
public class CompiledExpressionInvoker
type CompiledExpressionInvoker = class
Public Class CompiledExpressionInvoker
- 繼承
-
CompiledExpressionInvoker
建構函式
CompiledExpressionInvoker(ITextExpression, Boolean, CodeActivityMetadata) |
使用運算式、isReference 和中繼資料,初始化 CompiledExpressionInvoker 類別的新執行個體。 |
屬性
IsStaticallyCompiled |
取得或設定編譯的運算式啟動程式是否以靜態方式編譯。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetCompiledExpressionRoot(Object) |
設定編譯過的運算式根目錄。 |
GetCompiledExpressionRootForImplementation(Object) |
取得 CompiledExpressionInvoker 實作的已編譯運算式根目錄。 |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
InvokeExpression(ActivityContext) |
叫用已編譯的運算式。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
SetCompiledExpressionRoot(Object, ICompiledExpressionRoot) |
設定編譯過的運算式根目錄。 |
SetCompiledExpressionRootForImplementation(Object, ICompiledExpressionRoot) |
設定 CompiledExpressionInvoker 實作的已編譯運算式根目錄。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |