Click or drag to resize
PropertiesCreateFromVoidPtr Method
Internal factory function to wrap a native object pointer inside this managed class with null pointer check.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static Properties CreateFromVoidPtr(
	void* ptr
)

Parameters

ptr
Type: SystemVoid*
The native IntPtr pointer

Return Value

Type: Properties
The managed wrapper object; null if the native pointer is null.
See Also