TestimoX

API Reference

Class

FileTextSearchMatch

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

Single text match row.

Inheritance

  • Object
  • FileTextSearchMatch

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String Path { get; set; } #

Full path to the file containing the match.

public Int32 Index { get; set; } #

Character index where the match starts.

public Int32 Length { get; set; } #

Character length of the match.

public String Value { get; set; } #

Matched text value.