Provides a context for evaluating a byte code.
The following tables list the members exposed by the EvaluationContext type.
Name | Description | |
---|---|---|
Overloaded. Initializes a new instance of the EvaluationContext class. |
Name | Description | |
---|---|---|
Gets or sets the culture associated with the context. |
||
Gets or sets a user-defined object passed to the DispatchFunctionCall event. |
||
Gets a collection with defined variables and their values. |
Name | Description | |
---|---|---|
Evaluates the identifier with the specified name. |
||
Evaluates the member with the specified name against the specified target. |
||
Evaluates the specified quanitity in the specified unit. |
||
Invokes the function with the specified name. |
||
Returns the object with the specified name. |
||
Returns the object representing the specified reference. |
Name | Description | |
---|---|---|
Raises the DispatchFunctionCall event. |
||
Raises the ParseObject event. |
Name | Description | |
---|---|---|
Raised by the EvaluationContext when a function name cannot be recognized as one of the built-in functions to allow clients to evaluate the function call. |
||
Raised by the EvaluationContext when an object needs to be parsed from its string representation and the parser is either not able to parse it or not able to create an object of the respective type. |