Initializes a newly allocated instance as a descriptor with the specified descriptor type and data (from an instance of NSData).
Original signature is '- (id)initWithDescriptorType:(DescType)descriptorType data:(NSData *)data'
Available in Mac OS X v10.0 and later.


An instance of NSAppleEventDescriptor with the specified type and data. Returns 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)