Nevron.Reflection Namespace / NReflector Class / DeepCopyField Method


DeepCopyField Method
Syntax
'Declaration
 
Public Shared Sub DeepCopyField( _
   ByVal source As System.Object, _
   ByVal target As System.Object, _
   ByVal fi As System.Reflection.FieldInfo _
) 
 
'Usage
 
Dim source As System.Object
Dim target As System.Object
Dim fi As System.Reflection.FieldInfo
 
NReflector.DeepCopyField(source, target, fi)

Parameters

source
target
fi
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