func appleEventCodeForArgument (withName : String) -> FourCharCode
Returns the Apple event code for the specified command argument of the receiver.
レシーバのこの指定されたコマンド引数に対するアップルイベントコードを返します。
var argumentNames : [String]
Returns the names (or keys) for all arguments of the receiver’s command.
レシーバのもつコマンドの全ての引数に対する名前(またはキー)を返します。
func typeForArgument (withName : String) -> String?
Returns the type of the command argument identified by the specified key.
指定されたキーによって識別されるコマンド引数の型を返します。