MonobjcMonobjc Documented Class Library
AwakeAfterUsingCoder Method (aDecoder)
NamespacesMonobjc.FoundationNSObjectAwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id AwakeAfterUsingCoder(
	NSCoder aDecoder
)
Public Overridable Function AwakeAfterUsingCoder ( _
	aDecoder As NSCoder _
) As Id
public:
virtual Id^ AwakeAfterUsingCoder(
	NSCoder^ aDecoder
)
Parameters
aDecoder (NSCoder)
The decoder used to decode the receiver.
Return Value
The receiver, or another object to take the place of the object that was decoded and subsequently received this message.
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)