Edit

JET_SPACEHINTS.DeepClone method

Returns a deep copy of the object.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Function DeepClone As JET_SPACEHINTS
'Usage
Dim instance As JET_SPACEHINTS
Dim returnValue As JET_SPACEHINTS

returnValue = instance.DeepClone()
public JET_SPACEHINTS DeepClone()

Return value

Type: Microsoft.Isam.Esent.Interop.JET_SPACEHINTS
A deep copy of the object.

Implements

IDeepCloneable<T>.DeepClone()

See also

Reference

JET_SPACEHINTS class

JET_SPACEHINTS members

Microsoft.Isam.Esent.Interop namespace