[This is preliminary documentation and is subject to change.]
The CompilingExpressionEvaluator TContext, TResult, TArg type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | CompilingExpressionEvaluator TContext, TResult, TArg |
Allocates a new expression. This call fails if the scope was already compiled
|
Methods
Name | Description | |
---|---|---|
![]() | Compile |
Forces the entire scope compilation now, so no delay is incurred on first call to Evaluate().
|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | Evaluate |
Evaluates expression using supplied arg in a context.
Context is passed as "ctx" and argument as "arg".
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() ![]() | IsScopeAlreadyCompiled |
Indicates whether this scope has already been compiled and no more epressions can be allocated in it
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Properties
Name | Description | |
---|---|---|
![]() | Expression |
Returns an original expression as string that is to be evaluated
|
![]() | Scope |
Returns a scope (similar to compilation unit / assembly) that this expression is in
|
See Also