CodeChurnUtility Class

Utility class, used for parsing code churn details.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Common.CodeChurnUtility

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public NotInheritable Class CodeChurnUtility
public static class CodeChurnUtility
public ref class CodeChurnUtility abstract sealed
[<AbstractClass>]
[<Sealed>]
type CodeChurnUtility =  class end
public final class CodeChurnUtility

The CodeChurnUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member ConvertToInt Takes a code churn property value in binary form and parses it to return the code churn details.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace