recls C# mapping

Search Class

Represents a file search operation

For a list of all members of this type, see Search Members.

System.Object
   Search

[Visual Basic]
MustInherit Public Class Search
[C#]
public abstract class Search

Remarks

Each Search instance captures the search directory, pattern and flags of a particular search. The Search instance may then be used in two ways:

  1. as the expression of a foreach statement
  2. as the generator of an IEnumerator, via the GetEnumerator method, which may then be used explicitly to provide enumeration of the search results via the MoveNext and Reset methods, and the Current property.

Requirements

Namespace: recls

Assembly: recls.NET (in recls.NET.dll)

See Also

Search Members | recls Namespace