PropertiesTPropKey, TPropValueCreateFromVoidPtrTPropKey, TPropValue Method |
Internal factory function to wrap a native object pointer inside
this managed class with null pointer check.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static Properties<TPropKey, TPropValue> CreateFromVoidPtr<TPropKey, TPropValue>(
void* ptr
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
generic<typename TPropKey, typename TPropValue>
static Properties<TPropKey, TPropValue>^ CreateFromVoidPtr(
void* ptr
)
F# does not support APIs that consume or return unsafe types.
Parameters
- ptr
- Type: SystemVoid*
The native IntPtr pointer
Type Parameters
- TPropKey
- TPropValue
Return Value
Type:
PropertiesTPropKey,
TPropValue
The managed wrapper object; null if the native pointer is null.
See Also