Returns the name of the class used to archive instances of the class with a given true name.
Original signature is '- (NSString *)classNameEncodedForTrueClassName:(NSString *)trueName'
Available in Mac OS X v10.0 and later.


- trueName (NSString)
- The real name of an encoded class.

The name of the class used to archive instances of the class trueName.

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