PatternUtility Class

A lightweight pattern matching helper, more limited than RegEx, but faster. This is primarily used for UserAgent checks

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.PatternUtility

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

The PatternUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member Match

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.Framework.Server Namespace