MonobjcMonobjc Documented Class Library
ExpressionValueWithObjectContext Method (object, context)
NamespacesMonobjc.FoundationNSExpressionExpressionValueWithObjectContext(Id, NSMutableDictionary)

Evaluates an expression using a given object and context.

Original signature is '- (id)expressionValueWithObject:(id)object context:(NSMutableDictionary *)context'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSExpression ExpressionValueWithObjectContext(
	Id object,
	NSMutableDictionary context
)
Public Overridable Function ExpressionValueWithObjectContext ( _
	object As Id, _
	context As NSMutableDictionary _
) As NSExpression
public:
virtual NSExpression^ ExpressionValueWithObjectContext(
	Id^ object, 
	NSMutableDictionary^ context
)
Parameters
object (Id)
The object against which the receiver is evaluated.
context (NSMutableDictionary)
A dictionary that the expression can use to store temporary state for one predicate evaluation. Can be nil.
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSExpression.ExpressionValueWithObjectContext(Monobjc.Id,Monobjc.Foundation.NSMutableDictionary)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)