PropertiesCreateFromVoidPtr Method |
Internal factory function to wrap a native object pointer inside
this managed class with null pointer check.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Properties CreateFromVoidPtr(
void* ptr
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
static Properties^ CreateFromVoidPtr(
void* ptr
)
F# does not support APIs that consume or return unsafe types.
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