Instance Property インスタンスプロパティ

descriptor

Returns an Apple event descriptor that represents the receiver. レシーバを表すアップルイベント記述子を返します。

Declaration 宣言

@NSCopying var descriptor: NSAppleEventDescriptor? { get }

Return Value 戻り値

An Apple event descriptor of type typeObjectSpecifier. typeObjectSpecifierのアップルイベント記述子。

Discussion 議論

If the receiver was created with init(descriptor:), the passed-in descriptor is returned. Otherwise, a new descriptor is created and returned, autoreleased. レシーバがinit(descriptor:)で作成されたならば、渡された記述子が返されます。そうでなければ、新しい記述子が作成されて返されて、オートリリースされます。