MonobjcMonobjc Documented Class Library
ClassForClassName Method (codedName)
NamespacesMonobjc.FoundationNSKeyedUnarchiverClassForClassName(NSString)

Returns the class from which the receiver instantiates an encoded object with a given class name.

Original signature is '- (Class)classForClassName:(NSString *)codedName'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Class ClassForClassName(
	NSString codedName
)
Public Overridable Function ClassForClassName ( _
	codedName As NSString _
) As Class
public:
virtual Class^ ClassForClassName(
	NSString^ codedName
)
Parameters
codedName (NSString)
The name of a class.
Return Value
The class from which the receiver instantiates an encoded object with the class name codedName. Returns nil if the receiver does not have a translation mapping for codedName.
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)