Метод | Описание | |
---|---|---|
CancelScan ( ) : void |
Cancels the currently running scan.
|
|
GetDeletedFiles ( ) : IList |
Gets the deleted files found by the scan.
|
|
Scanner ( string diskName, IFileSystem fileSystem, ulong maxSize ) : KFS.FileSystems |
Constructs a Scanner on the specified filesystem.
|
|
StartScan ( ) : void |
Starts a scan on the filesystem.
|
Метод | Описание | |
---|---|---|
GetPathForRecord ( LightweightMFTRecord>.Dictionary |
||
OnProgressUpdated ( ) : void | ||
OnScanFinished ( ) : void | ||
OnScanStarted ( ) : void | ||
Run ( ) : void |
Runs a scan.
|
public Scanner ( string diskName, IFileSystem fileSystem, ulong maxSize ) : KFS.FileSystems | ||
diskName | string | |
fileSystem | IFileSystem | The filesystem to scan. |
maxSize | ulong | |
Результат | KFS.FileSystems |