CFPropertyList 构造函数

定义

重载

CFPropertyList(IntPtr)
CFPropertyList(IntPtr, Boolean)

CFPropertyList(IntPtr)

public CFPropertyList (IntPtr handle);
new CoreFoundation.CFPropertyList : nativeint -> CoreFoundation.CFPropertyList

参数

handle
IntPtr

nativeint

适用于

CFPropertyList(IntPtr, Boolean)

public CFPropertyList (IntPtr handle, bool owns);
new CoreFoundation.CFPropertyList : nativeint * bool -> CoreFoundation.CFPropertyList

参数

handle
IntPtr

nativeint

owns
Boolean

适用于