Returns the class description instance for the class type of the specified attribute or relationship.
Original signature is '- (NSScriptClassDescription *)classDescriptionForKey:(NSString *)key'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSScriptClassDescription ClassDescriptionForKey( NSString key )
Public Overridable Function ClassDescriptionForKey ( _ key As NSString _ ) As NSScriptClassDescription
public: virtual NSScriptClassDescription^ ClassDescriptionForKey( NSString^ key )

- key (NSString)
- The identifying key for an attribute or relationship of the receiver.

The instance of NSScriptClassDescription for the type of the attribute or relationship specified by key. Returns nil if no scriptable property corresponds to key.

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