-
Notifications
You must be signed in to change notification settings - Fork 195
Vanara.Windows.Shell
David Hall edited this page Aug 23, 2020
·
1 revision
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.