public class TextMatch : IDisposable
public ref class TextMatch : IDisposable
Length | Gets the length of the match, in characters. |
Start | Gets the start point on the line of text where the match occurs. |
Dispose | Releases all resources used by the TextMatch |
Dispose(Boolean) | Releases the unmanaged resources used by the TextMatch and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
Non-GC class clean up
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |