MonobjcMonobjc Documented Class Library
AppendBytesLength Method (bytes, length)
NamespacesMonobjc.FoundationNSMutableDataAppendBytesLength(IntPtr, NSUInteger)

Appends to the receiver a given number of bytes from a given buffer.

Original signature is '- (void)appendBytes:(const void *)bytes length:(NSUInteger)length'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBytesLength(
	IntPtr bytes,
	NSUInteger length
)
Public Overridable Sub AppendBytesLength ( _
	bytes As IntPtr, _
	length As NSUInteger _
)
public:
virtual void AppendBytesLength(
	IntPtr bytes, 
	NSUInteger length
)
Parameters
bytes (IntPtr)
A buffer containing data to append to the receiver's content.
length (NSUInteger)
The number of bytes from bytes to append.
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)