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.
@interface NSSetCommand : NSScriptCommand
|
// Accessor Methods |
- (void)setReceiversSpecifier:(NSScriptObjectSpecifier *)receiversRef;
|
// Instance Methods |
- (NSScriptObjectSpecifier *)keySpecifier;
|
|