Returns a data object initialized by adding to it a given number of bytes of data copied from a given buffer.
Original signature is '- (id)initWithBytes:(const void *)bytes length:(NSUInteger)length'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public NSData( IntPtr bytes, NSUInteger length )
Public Sub New ( _ bytes As IntPtr, _ length As NSUInteger _ )
public: NSData( IntPtr bytes, NSUInteger length )

- bytes (IntPtr)
- MISSING
- length (NSUInteger)
- MISSING


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