Table of Contents

Namespace WindowsRecylceBin

Classes

RecycleBin

Provides access to the Windows recycle bin and allows to restore deleted files. To create an instance of this class, use the static methods RecycleBin.ForCurrentUser() or RecycleBin.For(SecurityIdentifier sid).

RecycleBinEntry

Represents an entry of the Windows recycle bin.

Interfaces

IRecycleBin

Provides access to the Windows recycle bin and allows to restore deleted files. To create an instance of this interface, use the static methods RecycleBin.ForCurrentUser() or RecycleBin.For(SecurityIdentifier sid).