MonobjcMonobjc Documented Class Library
IndicesOfObjectsByEvaluatingWithContainerCount Method (aContainer, numRefs)
NamespacesMonobjc.FoundationNSScriptObjectSpecifierIndicesOfObjectsByEvaluatingWithContainerCount(Id, IntPtr)

This primitive method must be overridden by subclasses to return a pointer to an array of indices identifying objects in the key of a given container that are identified by the receiver of the message.

Original signature is '- (NSInteger *)indicesOfObjectsByEvaluatingWithContainer:(id)aContainer count:(NSInteger *)numRefs'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr IndicesOfObjectsByEvaluatingWithContainerCount(
	Id aContainer,
	IntPtr numRefs
)
Public Overridable Function IndicesOfObjectsByEvaluatingWithContainerCount ( _
	aContainer As Id, _
	numRefs As IntPtr _
) As IntPtr
public:
virtual IntPtr IndicesOfObjectsByEvaluatingWithContainerCount(
	Id^ aContainer, 
	IntPtr numRefs
)
Parameters
aContainer (Id)
MISSING
numRefs (IntPtr)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSScriptObjectSpecifier.IndicesOfObjectsByEvaluatingWithContainerCount(Monobjc.Id,System.IntPtr)"]

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)