CodeChurnUtility.ConvertToByte-Methode
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function ConvertToByte ( _
linesCount As Integer, _
linesAdded As Integer, _
linesDeleted As Integer, _
linesModified As Integer _
) As Byte()
public static byte[] ConvertToByte(
int linesCount,
int linesAdded,
int linesDeleted,
int linesModified
)
Parameter
- linesCount
Typ: System.Int32
- linesAdded
Typ: System.Int32
- linesDeleted
Typ: System.Int32
- linesModified
Typ: System.Int32
Rückgabewert
Typ: array<System.Byte[]
.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.