[This is preliminary documentation and is subject to change.]
Stores a list of file paths within which files are to be found.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class FileFinder
<ImmutableAttribute> _ Public Class FileFinder
[ImmutableAttribute] public ref class FileFinder
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
FileFinder(IEnumerable<(Of <<'(String>)>>)) |
Constructs the FileFinder with a set of paths to search.
| |
Equals(Object) | (Inherited from Object.) | |
FieldGetter(String, String, Object%) | (Inherited from Object.) | |
FieldSetter(String, String, Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GetFieldInfo(String, String) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
Item[([( String])]) |
Returns the first path found containing the fileName.
| |
MemberwiseClone()()()() | (Inherited from Object.) | |
Paths | ||
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
FileFinder |