Vanara/Windows.Shell.Common/ShellObjects
David Hall fd44bc7167 Added ShellItemImages.GetImage (non-async) method and changed ShellItem.GetImage to use it. 2023-09-12 17:13:27 -06:00
..
ComObjWrapper.cs Moved less-dependent classes from Vanara.Windows.Shell to Vanara.Windows.Shell.Common 2021-12-30 13:50:24 -07:00
ShellContextMenu.cs BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00
ShellFolder.cs More work on ShellFolderCategorizer 2022-06-09 22:32:26 -06:00
ShellFolderCategorizer.cs More work on ShellFolderCategorizer 2022-06-09 22:32:26 -06:00
ShellItem.cs Added ShellItemImages.GetImage (non-async) method and changed ShellItem.GetImage to use it. 2023-09-12 17:13:27 -06:00
ShellItemArray.cs Moved Vanara.Windows.Shell files to Common project 2022-01-06 15:07:36 -07:00
ShellItemImages.cs Added ShellItemImages.GetImage (non-async) method and changed ShellItem.GetImage to use it. 2023-09-12 17:13:27 -06:00
ShellLibrary.cs Updated moved classes so they do not depend on System.Windows.Forms. There are lots of breaking changes when compared to Vanara.Windows.Shell, mostly around the use of IWin32Window. 2022-01-06 15:11:41 -07:00
ShellLink.cs Fixed bug in ShellLink.ShowState that was carried over from old code. (#349) 2022-12-07 14:50:07 -07:00
ShellNavigationHistory.cs BREAKING CHANGES: I have dramatically reduced dependencies of almost all assemblies on .NET runtime assemblies not part of core System assemblies, most specifically System.Drawing and System.Windows.Forms. This forced the removal of some overloaded methods and the replacement of leveraged structures and enums with native equivalents. I added Vanara.Windows.Shell.Common which has all the content from Vanara.WIndows.Shell that did not have dependencies. I extracted all extension methods from Gdi32 and User32 and moved them to Vanara.Windows.Extensions. 2022-01-14 07:32:51 -07:00
ShellSearch.cs Moved Vanara.Windows.Shell files to Common project 2022-01-06 15:07:36 -07:00
ShellSearchConditions.cs Moved less-dependent classes from Vanara.Windows.Shell to Vanara.Windows.Shell.Common 2021-12-30 13:50:24 -07:00