MonobjcMonobjc Documented Class Library
CopyWithZone Method (zone)
NamespacesMonobjc.AppKitNSMenuCopyWithZone(IntPtr)

Returns a new instance that’s a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id CopyWithZone(
	IntPtr zone
)
Public Overridable Function CopyWithZone ( _
	zone As IntPtr _
) As Id
public:
virtual Id^ CopyWithZone(
	IntPtr zone
)
Parameters
zone (IntPtr)
The zone identifies an area of memory from which to allocate for the new instance. If zone is NULL, the new instance is allocated from the default zone, which is returned from the function NSDefaultMallocZone.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSMenu.CopyWithZone(System.IntPtr)"]

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.AppKit (Module: Monobjc.AppKit)