Dep |
public sealed class DepScanner
The DepScanner type exposes the following members.
Name | Description | |
---|---|---|
DepScanner | Constructs a dependency scanner class over a specified folder name which is the root of the recursive scan processing. |
Name | Description | |
---|---|---|
CancelScan | Asynchronously cancels scan processing. NOTE: NOT IMPLEMENTED YET. | |
Scan | Starts scan processing. Scan processing of the file-system is internally parallelised, but this method is blocking. Callers may prefer to run this method on a worker thread. |