DataInputNativeIntPtr Property |
Get the underlying native unmanaged pointer.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic IntPtr NativeIntPtr { get; }
Public ReadOnly Property NativeIntPtr As IntPtr
Get
public:
property IntPtr NativeIntPtr {
IntPtr get ();
}
member NativeIntPtr : IntPtr with get
Property Value
Type:
IntPtr
See Also