DevForce Help Reference
DeepClone(Object) Method


Object that will be cloned
Creates a deep clone of the specified object, also creating clones of all referenced child and nested objects.
Syntax
'Declaration
 
Public Overloads Shared Function DeepClone( _
   ByVal objectGraph As Object _
) As Object
'Usage
 
Dim objectGraph As Object
Dim value As Object
 
value = ReflectionCloner.DeepClone(objectGraph)
public static object DeepClone( 
   object objectGraph
)

Parameters

objectGraph
Object that will be cloned

Return Value

A deep clone of the provided object
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionCloner Class
ReflectionCloner Members
Overload List

Send Feedback