Initializer

init(aeDescNoCopy:)

Initializes a newly allocated instance as a descriptor for the specified Carbon AEDesc structure. 新たに割り当てされたインスタンスを指定されたCarbonAEDesc構造体に対する記述子として初期化します。

Declaration 宣言

init(aeDescNoCopy aeDesc: UnsafePointer<AEDesc>)

Parameters パラメータ

aeDesc

A pointer to the AEDesc structure to associate with the descriptor. この記述子と結びつけられるAEDesc構造体へのポインタ。

Return Value 戻り値

An instance of NSAppleEventDescriptor that is associated with the structure pointed to by aeDesc, or nil if an error occurs. NSAppleEventDescriptorのインスタンス、それはaeDescによって指し示される構造体と関連付けられます、またはエラーが起こるならばnil

Discussion 議論

The initialized object takes responsibility for calling the AEDisposeDesc function on the AEDesc at object deallocation time. This is the designated initializer for this class. 初期化されたオブジェクトは、オブジェクトの割り当て解除時にAEDisposeDesc上で呼び出しているAEDesc関数に対する責任を取ります。これはこのクラスに対する指定イニシャライザです。

See Also 参照

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