MonobjcMonobjc Documented Class Library
ObjectsByEvaluatingWithContainers Method (containers)
NamespacesMonobjc.FoundationNSScriptObjectSpecifierObjectsByEvaluatingWithContainers(Id)

Returns the actual object or objects specified by the receiver as evaluated in the context of given container object.

Original signature is '- (id)objectsByEvaluatingWithContainers:(id)containers'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ObjectsByEvaluatingWithContainers(
	Id containers
)
Public Overridable Function ObjectsByEvaluatingWithContainers ( _
	containers As Id _
) As Id
public:
virtual Id^ ObjectsByEvaluatingWithContainers(
	Id^ containers
)
Parameters
containers (Id)
MISSING
Return Value
The actual object or objects specified by the receiver as evaluated in the context of its container object or objects (containers).
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)