MonobjcMonobjc Documented Class Library
EncodeArrayOfObjCTypeCountAt Method (itemType, count, address)
NamespacesMonobjc.FoundationNSCoderEncodeArrayOfObjCTypeCountAt(String, NSUInteger, IntPtr)

Encodes an array of count items, whose Objective-C type is given by itemType.

Original signature is '- (void)encodeArrayOfObjCType:(const char *)itemType count:(NSUInteger)count at:(const void *)address'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void EncodeArrayOfObjCTypeCountAt(
	string itemType,
	NSUInteger count,
	IntPtr address
)
Public Overridable Sub EncodeArrayOfObjCTypeCountAt ( _
	itemType As String, _
	count As NSUInteger, _
	address As IntPtr _
)
public:
virtual void EncodeArrayOfObjCTypeCountAt(
	String^ itemType, 
	NSUInteger count, 
	IntPtr address
)
Parameters
itemType (String)
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)