共用方式為


NSValue.ValueFromPointer(IntPtr) 方法

定義

將指定的 IntPtr 物件包裝為 NSValue。

[Foundation.Export("valueWithPointer:")]
public static Foundation.NSValue ValueFromPointer (IntPtr pointer);
static member ValueFromPointer : nativeint -> Foundation.NSValue

參數

pointer
IntPtr

nativeint

要包裝在 NSObject 中的指標。

傳回

屬性

適用於