MonobjcMonobjc Documented Class Library
DecodeObject Method
NamespacesMonobjc.FoundationNSCoderDecodeObject()()()()

Decodes an Objective-C object that was previously encoded with any of the encode...Object: methods.

Original signature is '- (id)decodeObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id DecodeObject()
Public Overridable Function DecodeObject As Id
public:
virtual Id^ DecodeObject()
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeObject"]

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)