MonobjcMonobjc Documented Class Library
InitWithAEDescNoCopy Method (aeDesc)
NamespacesMonobjc.FoundationNSAppleEventDescriptorInitWithAEDescNoCopy(IntPtr)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithAEDescNoCopy(
	IntPtr aeDesc
)
Public Overridable Function InitWithAEDescNoCopy ( _
	aeDesc As IntPtr _
) As Id
public:
virtual Id^ InitWithAEDescNoCopy(
	IntPtr aeDesc
)
Parameters
aeDesc (IntPtr)
A pointer to the AEDesc structure to associate with the descriptor.
Return Value
An instance of NSAppleEventDescriptor that is associated with the structure pointed to by aeDesc, or nil if an error occurs.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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