MonobjcMonobjc Documented Class Library
EncodeBytesLengthForKey Method (bytesp, lenv, key)
NamespacesMonobjc.FoundationNSCoderEncodeBytesLengthForKey(IntPtr, NSUInteger, NSString)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
bytesp (IntPtr)
MISSING
lenv (NSUInteger)
MISSING
key (NSString)
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)