MonobjcMonobjc Documented Class Library
DecodeArrayOfObjCTypeCountAt Method (itemType, count, address)
NamespacesMonobjc.FoundationNSCoderDecodeArrayOfObjCTypeCountAt(IntPtr, NSUInteger, IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
itemType (IntPtr)
MISSING
count (NSUInteger)
MISSING
address (IntPtr)
MISSING
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)