Returns the name of the class that will be used when instantiating objects whose ostensible class, according to the archived data, is a given name.
Original signature is '- (NSString *)classNameDecodedForArchiveClassName:(NSString *)nameInArchive'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |

- nameInArchive (NSString)
- The ostensible name of a class in an archive.

The name of the class that will be used when instantiating objects whose ostensible class, according to the archived data, is nameInArchive. Returns nameInArchive unless a substitute name has been specified using the instance method (not the class method) decodeClassName:asClassName:.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)