Encodes a buffer of data, bytesp, whose length is specified by lenv, and associates it with the string key.
Original signature is '- (void)encodeBytes:(const uint8_t *)bytesp length:(NSUInteger)lenv forKey:(NSString *)key'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public virtual void EncodeBytesLengthForKey( IntPtr bytesp, NSUInteger lenv, NSString key )
Public Overridable Sub EncodeBytesLengthForKey ( _ bytesp As IntPtr, _ lenv As NSUInteger, _ key As NSString _ )
public: virtual void EncodeBytesLengthForKey( IntPtr bytesp, NSUInteger lenv, NSString^ key )


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