Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim value As Object
Dim returnValue As Object

returnValue = Utilities.DeepClone(value)

Syntax

Visual Basic
Public Shared Function DeepClone ( _
		value As Object _
) As Object
C#
public static Object DeepClone (
		Object value
)
C++
public:
static Object^ DeepClone (
		Object^ value
)
J#
public static Object DeepClone (
		Object value
)
JScript
public static function DeepClone (
		value : Object
) : Object

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also