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