다음을 통해 공유


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에서 래핑할 포인터입니다.

반환

특성

적용 대상