Initializes a newly allocated instance as a descriptor for the specified Carbon AEDesc structure.
Original signature is '- (id)initWithAEDescNoCopy:(const AEDesc *)aeDesc'
Available in Mac OS X v10.2 and later.


- aeDesc (IntPtr)
- A pointer to the AEDesc structure to associate with the descriptor.

An instance of NSAppleEventDescriptor that is associated with the structure pointed to by aeDesc, or nil if an error occurs.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)