MonobjcMonobjc Documented Class Library
NativePointer Property
NamespacesMonobjcIManagedWrapperNativePointer

Gets the underlying native pointer.

Declaration Syntax
C#Visual BasicVisual C++
IntPtr NativePointer { get; }
ReadOnly Property NativePointer As IntPtr
	Get
property IntPtr NativePointer {
	IntPtr get ();
}
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)