Initializes a new instance of the EvaluationContext class for the specified object.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public EvaluationContext ( |
Visual Basic Copy Code |
---|
Public New ( _ |
The target is used when evaluating identifiers within the expression. If an identifier is not recognized as local variable or a predefined keyword, the identifier is tested as a property against the target object. In addition the keyword this is also evaluated to the target object.