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