MonobjcMonobjc Documented Class Library
DecodeObjectForKey Method (key)
NamespacesMonobjc.FoundationNSCoderDecodeObjectForKey(NSString)

Decodes and returns an autoreleased Objective-C object that was previously encoded with encodeObject:forKey: or encodeConditionalObject:forKey: and associated with the string key.

Original signature is '- (id)decodeObjectForKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id DecodeObjectForKey(
	NSString key
)
Public Overridable Function DecodeObjectForKey ( _
	key As NSString _
) As Id
public:
virtual Id^ DecodeObjectForKey(
	NSString^ key
)
Parameters
key (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeObjectForKey(Monobjc.Foundation.NSString)"]

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)