Decodes an array of count items, whose Objective-C type is given by itemType.
Original signature is '- (void)decodeArrayOfObjCType:(const char *)itemType count:(NSUInteger)count at:(void *)address'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void DecodeArrayOfObjCTypeCountAt( IntPtr itemType, NSUInteger count, IntPtr address )
Public Overridable Sub DecodeArrayOfObjCTypeCountAt ( _ itemType As IntPtr, _ count As NSUInteger, _ address As IntPtr _ )
public: virtual void DecodeArrayOfObjCTypeCountAt( IntPtr itemType, NSUInteger count, IntPtr address )


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