Метод | Описание | |
---|---|---|
Add ( string fileName ) : void |
Adds a file to the list of files to be scanned for.
|
|
Clear ( ) : void | ||
Clone ( ) : |
Creates a shallow copy of the PathScanner.
|
|
Scan ( ) : |
Scans all direcetories in the PATH environment variable for files.
|
|
Scan ( string name ) : |
Scans all directories in the given environment variable for files.
|
Метод | Описание | |
---|---|---|
Clone ( |
Creates a shallow copy of the specified StringCollection.
|
|
ICloneable ( ) : object |
Creates a shallow copy of the PathScanner.
|
public Add ( string fileName ) : void | ||
fileName | string | The filename or search pattern to add to the list. |
Результат | void |
public Scan ( ) : |
||
Результат |
public Scan ( string name ) : |
||
name | string | The environment variable of which the directories should be scanned. |
Результат |