Partager via


BMMatcher Members

Implements the Boyer-Moore search algorithm. This algorithm enables searching for a specified pattern and can run in less than linear time.

The following tables list the members exposed by the BMMatcher type.

Public Constructors

  Name Description
BMMatcher Initializes a new instance of the BMMatcher class.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method InsufficientData Tests whether the search buffer ends with a prefix of the specified pattern.
public method Match Overloaded. Tests whether the search pattern is found anywhere in the search buffer.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

BMMatcher Class
Microsoft.Web.Services3.Mime Namespace