Evaluates the member with the specified name against the specified target.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
C# Copy Code |
---|
public virtual Object EvaluateMember ( |
Visual Basic Copy Code |
---|
Public Overridable Function EvaluateMember( _ |
The target object.
The name of the member.
Indicates whether the resolved member is the last in a sequence of member references. For example, in the following expression "A.B.C", when A.B is being resolved, last is set to false, and when R.C is being resolved (where R is the value of A.B), last is set to true.
The value of the member.
Member references are evaluated automatically. This method is called when a member references could not be resolved through reflection.