Share via


NSZone 构造函数

定义

重载

NSZone(IntPtr)
NSZone(IntPtr, Boolean)

NSZone(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于

NSZone(IntPtr, Boolean)

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

参数

handle
IntPtr

nativeint

owns
Boolean
属性

适用于