MonobjcMonobjc Documented Class Library
ArchiverWillReplaceObjectWithObject Event
NamespacesMonobjc.FoundationNSKeyedArchiver..::..NSKeyedArchiverDelegateEventDispatcherArchiverWillReplaceObjectWithObject

Informs the delegate that one given object is being substituted for another given object.

Original signature is '- (void)archiver:(NSKeyedArchiver *)archiver willReplaceObject:(id)object withObject:(id)newObject'

Available in Mac OS X v10.2 and later.

Declaration Syntax
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)