func aeteResource (String) -> Data?
Returns an
NSData
object that contains data in 'aete'
resource format describing the scriptability information currently known to the application.
あるNSData
オブジェクトを返します、それは'aete'
リソース形式のデータを含んでいて、現時点でアプリケーションに知られるスクリプト対応機能情報を記述しています。
func appleEventCode (forSuite : String) -> FourCharCode
Returns the Apple event code associated with the suite named
suiteName
, such as ‘core’
for the Core suite.
suiteName
と名前をつけられるスイートと結び付けられたアップルイベントコードを返します、例えばCoreスイートに対する‘core’
など。