Copies all the objects contained in the array to aBuffer. (Deprecated in Mac OS X v10.6. Use getObjects:range: instead.)
Original signature is '- (void)getObjects:(id *)aBuffer'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use getObjects:range: instead.")] public virtual void GetObjects( IntPtr aBuffer )
<ObsoleteAttribute("Deprecated in Mac OS X v10.6. Use getObjects:range: instead.")> _ Public Overridable Sub GetObjects ( _ aBuffer As IntPtr _ )
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.6. Use getObjects:range: instead.")] public: virtual void GetObjects( IntPtr aBuffer )

- aBuffer (IntPtr)
- A C array of objects of size at least the count of the array.

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