Свойство | Тип | Описание | |
---|---|---|---|
getAllDistinctFiles | IEnumerable |
Метод | Описание | |
---|---|---|
AppendExclude ( string exclude ) : void | ||
AppendInclude ( string include ) : void | ||
Deep ( string include, string exclude = null ) : |
Does a deep search in the folder
|
|
Equals ( |
||
Equals ( object obj ) : bool | ||
Everything ( ) : |
||
ExcludedFilesFor ( string path ) : IEnumerable |
||
FileSet ( ) : System.Collections.Generic | ||
ForAssemblyDebugFiles ( IEnumerable |
||
ForAssemblyNames ( IEnumerable |
||
GetHashCode ( ) : int | ||
IncludedFilesFor ( string path ) : IEnumerable |
||
Shallow ( string include, string exclude = null ) : |
Does a shallow search in the immediate folder for files matching the path search
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
getAllDistinctFiles ( string path, string pattern ) : IEnumerable |
public AppendExclude ( string exclude ) : void | ||
exclude | string | |
Результат | void |
public AppendInclude ( string include ) : void | ||
include | string | |
Результат | void |
public static Deep ( string include, string exclude = null ) : |
||
include | string | Semicolon delimited list of search criteria to be included in the results |
exclude | string | Semicolon delimited list of search criteria to be excluded in the results |
Результат |
public ExcludedFilesFor ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public FileSet ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public static ForAssemblyDebugFiles ( IEnumerable |
||
assemblyNames | IEnumerable |
|
Результат |
public static ForAssemblyNames ( IEnumerable |
||
assemblyNames | IEnumerable |
|
Результат |
public IncludedFilesFor ( string path ) : IEnumerable |
||
path | string | |
Результат | IEnumerable |
public static Shallow ( string include, string exclude = null ) : |
||
include | string | Semicolon delimited list of search criteria to be included in the results |
exclude | string | Semicolon delimited list of search criteria to be excluded in the results |
Результат |