1 Vanara.Windows.Shell
David Hall edited this page 2020-08-23 17:37:17 -06:00

This library wraps a number of methods and interfaces exposed by shell32.dll. Many of these take their genesis from the "Windows API Code Pack" but use the Vanara.PInvoke.Shell32 library as the source for all native functions and interfaces.

As I fill out the documentation, I'll add links here to each of the major groups of classes.

  • NativeClipboard - Provides an alternate use scenario to System.Window.Forms.Clipboard that uses the scoped life-cycle of the object to perform operations so that a developer can be more transactional.