Initializer

init(descriptorType:data:)

Initializes a newly allocated instance as a descriptor with the specified descriptor type and data (from an instance of NSData). 新たに割り当てされたインスタンスを指定された記述子型とデータ(NSDataのインスタンスから)を伴う記述子として初期化します。

Declaration 宣言

convenience init?(descriptorType: DescType, 
             data: Data?)

Parameters パラメータ

descriptorType

The descriptor type to be set in the initialized descriptor. 初期化される記述子の中に設定される記述子型。

data

The data to be set in the initialized descriptor. 初期化される記述子の中に設定されるデータ。

Return Value 戻り値

An instance of NSAppleEventDescriptor with the specified type and data. Returns nil if an error occurs. 指定された型とデータを持つNSAppleEventDescriptorのインスタンス。エラーが起こるならばnilを返します。

See Also 参照

Creating and Initializing Descriptors 記述子の作成と初期化

Related Documentation 関連文書