DeltaLibrary.ApplyPatch-Methode
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
)
Parameter
- fullContent
Typ: array<System.Byte[]
- fullContentLength
Typ: System.Int32
- patch
Typ: array<System.Byte[]
- patchLength
Typ: System.Int32
- result
Typ: array<System.Byte[]
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.