MonobjcMonobjc Documented Class Library
AllocWithZone Method (zone)
NamespacesMonobjc.FoundationNSProxyAllocWithZone(IntPtr)

Returns a new instance of the receiving class

Original signature is '+ (id)allocWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id AllocWithZone(
	IntPtr zone
)
Public Shared Function AllocWithZone ( _
	zone As IntPtr _
) As Id
public:
static Id^ AllocWithZone(
	IntPtr zone
)
Parameters
zone (IntPtr)
MISSING
Return Value
A new instance of the receiving class, as described in the NSObject class specification under the allocWithZone: class method.
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)