- createCommandInstanceWithZone:
Creates and returns an instance of the command object described by the receiver in the specified memory zone.
レシーバによって記述されるコマンドオブジェクトのインスタンスを、この指定されたメモリ領域において作成して返します
Availability 有効性
Technology
- (NSScriptCommand
*)createCommandInstance;
The command object, instantiated from NSScript
or a subclass.
コマンドオブジェクト、NSScript
またはサブクラスからインスタンス化されます。
- createCommandInstanceWithZone: