Nevron .NET Vision
Nevron.Reflection Namespace / NReflector Class / DeepCopyField Method


In This Topic
    DeepCopyField Method
    In This Topic
    Deeply copies a field from the source to the target object
    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)
    public static void DeepCopyField( 
       System.object source,
       System.object target,
       System.Reflection.FieldInfo 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