init?(contentsOf : URL, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Initializes a newly allocated script instance from the source identified by the passed URL.
渡されたURLによって識別されるソースからの、新しく割り当てされたスクリプトインスタンスを初期化します。
Availability 有効性
Technology
init?(source: String
)
source
A string containing the source code of a script. あるスクリプトのソースコードを含んでいる文字列。
The initialized script object, nil
if an error occurs.
初期化されたスクリプトオブジェクト、エラーが起こるならばnil
。
This method is a designated initializer for NSApple
.
このメソッドは、NSApple
の指定イニシャライザです。
init?(contentsOf : URL, error: AutoreleasingUnsafeMutablePointer<NSDictionary?>?)