DekGenius.com
[ Team LiB ] Previous Section Next Section

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;

    [ Team LiB ] Previous Section Next Section