The Shell class wraps some Windows shell function (like moving a file to Recycle Bin, adding a file to the Recent Dos menu...).

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
[ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)]
public static class Shell
Visual Basic
<ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)> 
Public NotInheritable Class Shell
Visual C++
[ObsoleteAttribute(L"Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)]
public ref class Shell abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ObsoleteAttribute("Replaced with functionality in DotNetLib.IO.FileInfoExtensions", 
	true)>]
type Shell =  class end

Inheritance Hierarchy

System..::..Object
  System.Extensions..::..Shell

See Also