MonobjcMonobjc Documented Class Library
NativePointer Property
NamespacesMonobjcBlockNativePointer
Gets the native pointer representing this block instance.
Declaration Syntax
C#Visual BasicVisual C++
public IntPtr NativePointer { get; }
Public ReadOnly Property NativePointer As IntPtr
	Get
public:
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)

Assembly: Monobjc (Module: Monobjc)