Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function DeepClone( _ ByVal objectGraph As Object _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim objectGraph As Object Dim value As Object value = ReflectionCloner.DeepClone(objectGraph) |
C# | |
---|---|
public static object DeepClone( object objectGraph ) |
C++/CLI | |
---|---|
public: static Object^ DeepClone( Object^ objectGraph ) |
Parameters
- objectGraph
- Object that will be cloned
Return Value
A deep clone of the provided objectTarget Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family