MonobjcMonobjc Documented Class Library
UnarchiveObjectWithData Method (data)
NamespacesMonobjc.FoundationNSKeyedUnarchiverUnarchiveObjectWithData(NSData)

Decodes and returns the object graph previously encoded by NSKeyedArchiver and stored in a given NSData object.

Original signature is '+ (id)unarchiveObjectWithData:(NSData *)data'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id UnarchiveObjectWithData(
	NSData data
)
Public Shared Function UnarchiveObjectWithData ( _
	data As NSData _
) As Id
public:
static Id^ UnarchiveObjectWithData(
	NSData^ data
)
Parameters
data (NSData)
An object graph previously encoded by NSKeyedArchiver.
Return Value
The object graph previously encoded by NSKeyedArchiver and stored in data.
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)