DeltaLibrary.ApplyPatch 方法

为服务只使用方法-不能更改-

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Int32

.NET Framework 安全性

请参阅

参考

DeltaLibrary 类

Microsoft.TeamFoundation.Framework.Server 命名空间