Re: Obtaining an array of the names of the attributes and relations of a class
Re: Obtaining an array of the names of the attributes and relations of a class
- Subject: Re: Obtaining an array of the names of the attributes and relations of a class
- From: Scott Anguish <email@hidden>
- Date: Mon, 21 Nov 2005 12:40:11 -0500
I think you needed to read a bit further down on the page...
NSScriptClassDescription is the only concrete subclass of
NSClassDescription provided in Cocoa. It encapsulates an
application’s scripting information.
So it's only useable with AppleScripting. If you don't define an
applescript dictionary, I don't think you'll get anything out of it.
On Nov 21, 2005, at 10:23 AM, Francis Derive wrote:
Also, I can read in the Key-Value Coding Programming Guide, page
39, that "For example the 'attributes' method return the list of
all attributes defined for a class", but this method belongs to the
class NSMetaDataItem, which is another worry to get !
I continue searching for the light, but wouldn't wonder if anyone
here could give me the light.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden