DeltaLibrary.ApplyPatch Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Shared Function ApplyPatch ( _
    fullContent As Byte(), _
    fullContentLength As Integer, _
    patch As Byte(), _
    patchLength As Integer, _
    result As Byte() _
) As Integer
public static int ApplyPatch(
    byte[] fullContent,
    int fullContentLength,
    byte[] patch,
    int patchLength,
    byte[] result
)
public:
static int ApplyPatch(
    array<unsigned char>^ fullContent, 
    int fullContentLength, 
    array<unsigned char>^ patch, 
    int patchLength, 
    array<unsigned char>^ result
)
static member ApplyPatch : 
        fullContent:byte[] * 
        fullContentLength:int * 
        patch:byte[] * 
        patchLength:int * 
        result:byte[] -> int
public static function ApplyPatch(
    fullContent : byte[], 
    fullContentLength : int, 
    patch : byte[], 
    patchLength : int, 
    result : byte[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DeltaLibrary Class

Microsoft.TeamFoundation.Framework.Server Namespace