TextMatch Class

Represents a positive match of the containing text expression on a given TextLine.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class TextMatch : IDisposable
Inheritance
Object    TextMatch
Implements
IDisposable

Properties

Length Gets the length of the match, in characters.
Start Gets the start point on the line of text where the match occurs.

Methods

DisposeReleases all resources used by the TextMatch
Dispose(Boolean)Releases the unmanaged resources used by the TextMatch and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also