MonobjcMonobjc Documented Class Library
DecodeBytesWithReturnedLength Method (numBytes)
NamespacesMonobjc.FoundationNSCoderDecodeBytesWithReturnedLength(NSUInteger%)

Decodes a buffer of data whose types are unspecified.

Original signature is '- (void *)decodeBytesWithReturnedLength:(NSUInteger *)numBytes'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr DecodeBytesWithReturnedLength(
	out NSUInteger numBytes
)
Public Overridable Function DecodeBytesWithReturnedLength ( _
	<OutAttribute> ByRef numBytes As NSUInteger _
) As IntPtr
public:
virtual IntPtr DecodeBytesWithReturnedLength(
	[OutAttribute] NSUInteger% numBytes
)
Parameters
numBytes (NSUInteger%)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeBytesWithReturnedLength(Monobjc.Foundation.NSUInteger@)"]

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)