MonobjcMonobjc Documented Class Library
NSAppleEventDescriptor Constructor
NamespacesMonobjc.FoundationNSAppleEventDescriptorNSAppleEventDescriptor()()()()
Members
IconMemberDescription
NSAppleEventDescriptor(UInt32, IntPtr, NSUInteger)

Initializes a newly allocated instance as a descriptor with the specified descriptor type and data (from an arbitrary sequence of bytes and a length count).

Original signature is '- (id)initWithDescriptorType:(DescType)descriptorType bytes:(const void *)bytes length:(NSUInteger)byteCount'

Available in Mac OS X v10.2 and later.


NSAppleEventDescriptor(UInt32, NSData)

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.


NSAppleEventDescriptor(UInt32, UInt32, NSAppleEventDescriptor, Int16, Int32)

Initializes a newly allocated instance as a descriptor for an Apple event, initialized with the specified values.

Original signature is '- (id)initWithEventClass:(AEEventClass)eventClass eventID:(AEEventID)eventID targetDescriptor:(NSAppleEventDescriptor *)addressDescriptor returnID:(AEReturnID)returnID transactionID:(AETransactionID)transactionID'

Available in Mac OS X v10.0 and later.


NSAppleEventDescriptor()()()()
Initializes a new instance of the NSAppleEventDescriptor class.

NSAppleEventDescriptor(IntPtr)
Initializes a new instance of the NSAppleEventDescriptor class.

NSAppleEventDescriptor(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSAppleEventDescriptor class.

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)