The Shredder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Shredder |
Constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetRandomFileName |
Return a random filename
|
![]() | GetRandomFolderName |
Random folder name
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() | WipeEmptyDir |
Wipe an empty directory: rename old empty directory and
then deletes it. Two passes: rename each dir, then delete each renamed dir.
|
![]() | WipeFile(FileInfo, IShredMethod, Boolean) |
Wipe a file
|
![]() | WipeFile(FileInfo, IShredMethod, CallbackEntry, CallbackPoint, Boolean) |
Wipe a file with a feedback on operation progress
|
![]() | WipeFile(FileInfo, IShredMethod, CallbackEntry, CallbackPoint, AutoResetEvent, Boolean) |
Wipe a file with a feedback on operation progress and an autoreset event requese.
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | ChunkSize |
Gets the size of the chunk (length in bytes of the single shredding step).
|
![]() | ErrorMessage |
Error message
|
![]() | LastShreddedPath |
Gets the full path to the last shredded file or folder
|