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

source

The script source for the receiver. レシーバのスクリプトソース。

Declaration 宣言

var source: String? { get }

Discussion 議論

It is possible for an NSAppleScript that has been instantiated with init(contentsOf:error:) to be a script for which the source code is not available but is nonetheless executable. あるNSAppleScriptinit(contentsOf:error:)でインスタンス化されたものにとって、ソースコードが利用可能でないがそれにもかかわらず実行可能であるスクリプトであるというのは可能です。

See Also 参照

Getting Information About a Script スクリプトについての情報を得る