Szerkesztés

Megosztás a következőn keresztül:


NSZone Constructors

Definition

Overloads

NSZone(IntPtr)
NSZone(IntPtr, Boolean)

NSZone(IntPtr)

public NSZone (IntPtr handle);
new Foundation.NSZone : nativeint -> Foundation.NSZone

Parameters

handle
IntPtr

nativeint

Applies to

NSZone(IntPtr, Boolean)

[Foundation.Preserve(Conditional=true)]
public NSZone (IntPtr handle, bool owns);
new Foundation.NSZone : nativeint * bool -> Foundation.NSZone

Parameters

handle
IntPtr

nativeint

owns
Boolean
Attributes

Applies to