MonobjcMonobjc Documented Class Library
NSClassDescriptionNeededForClassNotification Field
NamespacesMonobjc.FoundationNSClassDescriptionNSClassDescriptionNeededForClassNotification

Posted by classDescriptionForClass: when a class description cannot be found for a class.

After the notification is processed, classDescriptionForClass: checks for a class description again. This checking allows an observer to register class descriptions lazily. The notification is posted only once for any given class, even if the class description remains undefined.

The notification object is the class object for which the class description is requested. This notification does not contain a userInfo dictionary.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSClassDescriptionNeededForClassNotification
Public Shared ReadOnly NSClassDescriptionNeededForClassNotification As NSString
public:
static initonly NSString^ NSClassDescriptionNeededForClassNotification
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)