MonobjcMonobjc Documented Class Library
NativePointer Property
NamespacesMonobjcIdNativePointer
Gets or sets the native pointer.
Declaration Syntax
C#Visual BasicVisual C++
public IntPtr NativePointer { get; set; }
Public Property NativePointer As IntPtr
	Get
	Set
public:
virtual property IntPtr NativePointer {
	IntPtr get () sealed;
	void set (IntPtr value) sealed;
}
Value
The native pointer.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)