classCode
The receiver's Apple event type code, as stored in the
NSScriptClassDescription
object for the object’s class.- copyScriptingValue:forKey:withProperties:
Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.
指定されたリレーションシップへと挿入されるひとつ以上のスクリプティングオブジェクトを作成して返します、それは渡された値をコピーしてコビーされたオブジェクトまたは複数オブジェクトにおいてプロパティを設定することによってです。
- newScriptingObjectOfClass:forValueForKey:withContentsValue:properties:
Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.
スクリプト対応クラスのインスタンスを作成して返します、それの内容とプロパティを設定します、キーによって識別されるリレーションシップへの挿入のためです。
scriptingProperties
An
NSString
-keyed dictionary of the receiver's scriptable properties.- scriptingValueForSpecifier:
Given an object specifier, returns the specified object or objects in the receiving container.
あるオブジェクト指定子を与えられて、受け取っているコンテナの中の指定されたオブジェクトまたは複数のオブジェクトを返します。