Nevron.Reflection Namespace / NReflector Class / DeepClone Method / DeepClone(Object,FieldTypeMask,FieldTypeMask) Method


DeepClone(Object,FieldTypeMask,FieldTypeMask) Method
Syntax
'Declaration
 
Public Overloads Shared Function DeepClone( _
   ByVal obj As System.Object, _
   ByVal included As FieldTypeMask, _
   ByVal excluded As FieldTypeMask _
) As System.Object
 
'Usage
 
Dim obj As System.Object
Dim included As FieldTypeMask
Dim excluded As FieldTypeMask
Dim value As System.Object
 
value = NReflector.DeepClone(obj, included, excluded)

Parameters

obj
included
excluded
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