CompiledExpressionInvoker Class

Definition

Represents a compiled expression invoker.

public ref class CompiledExpressionInvoker
public class CompiledExpressionInvoker
type CompiledExpressionInvoker = class
Public Class CompiledExpressionInvoker
Inheritance
CompiledExpressionInvoker

Constructors

CompiledExpressionInvoker(ITextExpression, Boolean, CodeActivityMetadata)

Initializes a new instance of the CompiledExpressionInvoker class using the expression, isReference and metadata.

Properties

IsStaticallyCompiled

Gets or sets whether the compiled expression invoker is statically compiled.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetCompiledExpressionRoot(Object)

Sets the compiled expression root.

GetCompiledExpressionRootForImplementation(Object)

Gets the compiled expression root for the implementation of CompiledExpressionInvoker.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InvokeExpression(ActivityContext)

Invokes the compiled expression.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetCompiledExpressionRoot(Object, ICompiledExpressionRoot)

Sets the compiled expression root.

SetCompiledExpressionRootForImplementation(Object, ICompiledExpressionRoot)

Sets the compiled expression root for the implementation of CompiledExpressionInvoker.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to