DeltaLibrary.ApplyPatch Method
This is used ONLY by servicing - MUST NOT BE CHANGED -
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
- fullContent
Type: array<System.Byte[]
- fullContentLength
Type: System.Int32
- patch
Type: array<System.Byte[]
- patchLength
Type: System.Int32
- result
Type: array<System.Byte[]
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.