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

source

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

Declaration 宣言

@property(nullable, readonly, copy) NSString *source;

Discussion 議論

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

See Also 参照

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