NSSetCommand

NSSetCommand Mac OS X 10.0

Instances of this class are used in Cocoa's scripting system to set the specified properties of the specified object to the specified value.

figs/cocn_13102.gif

@interface NSSetCommand : NSScriptCommand
 // Accessor Methods
   - (void)setReceiversSpecifier:(NSScriptObjectSpecifier *)receiversRef;
 // Instance Methods
   - (NSScriptObjectSpecifier *)keySpecifier;



    Part II: API Quick Reference
    Chapter 13. Foundation Classes