Vanara/Windows.Shell
dahall a52ea804ca Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView and SHCreateShellFolderViewEx from `ref` to `in`. 2021-09-21 12:16:18 -06:00
..
Registration Added ability to ShellAssociations from ShellItem and improved readability of exception handlers for ERROR_* conditions 2021-01-24 19:01:13 -07:00
ShellData Added ShellDataTable.GetPIDL for rows 2020-11-06 11:00:01 -07:00
ShellExtensions Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellFileOperations Removed all calls to `Marshal.ReleaseComObject` where there exists a possibility that the interface could have been referenced by another object and changed to nulling the holding variable. See discussion thread #188. 2021-02-01 16:08:43 -07:00
ShellObjects Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView and SHCreateShellFolderViewEx from `ref` to `in`. 2021-09-21 12:16:18 -06:00
ShellProperties Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
TaskBar Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
AssemblyReport.md Updated project files for 3.3.12 2021-08-26 10:59:15 -06:00
BindContext.cs Removed all calls to `Marshal.ReleaseComObject` where there exists a possibility that the interface could have been referenced by another object and changed to nulling the holding variable. See discussion thread #188. 2021-02-01 16:08:43 -07:00
ControlPanel.cs Removed all calls to `Marshal.ReleaseComObject` where there exists a possibility that the interface could have been referenced by another object and changed to nulling the holding variable. See discussion thread #188. 2021-02-01 16:08:43 -07:00
FileInUseHandler.cs Removed all calls to `Marshal.ReleaseComObject` where there exists a possibility that the interface could have been referenced by another object and changed to nulling the holding variable. See discussion thread #188. 2021-02-01 16:08:43 -07:00
IconLocation.cs **BREAKING CHANGES** Changed function of IndirectResource so that it accepts a string and then provides read-only properties of the parts rather than other way around. Too fragile. Also fixed ResourceId property so that it is an Int32 and not a pointer. Wrong impl. 2020-09-03 10:53:54 -06:00
IndirectResource.cs Removed exception on index == 0 from IndirectResource ctor 2020-12-03 22:23:12 -07:00
IndirectString.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
NativeClipboard.cs Reverted NativeClipboard's listener window to derive from NativeWindow 2021-08-29 15:08:08 -06:00
RecycleBin.cs Added code and tests to refresh icon on Recycle Bin after changes. 2020-06-20 15:36:57 -06:00
RegistryExtensions.cs Added ToRegString methods for Guids 2019-01-27 17:41:34 -05:00
ShellDataObject.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellFileInfo.cs Combined PInvoke.User32 and PInvoke.User32.Gdi and updated all dependencies. 2019-08-27 16:03:21 -06:00
ShellImageList.cs Moved function bodies of some ShellImageList to Shell32.ShellUtil 2020-12-03 19:33:06 -07:00
ShellItemChangeWatcher.cs Converted ShellItemChangeWatcher from using NativeWindow to using SystemEventHandler to support console use 2020-12-22 11:46:13 -07:00
StockIcon.cs Exposed underlying handle of StockIcon via IconHandle 2020-11-04 10:03:42 -07:00
Vanara.Windows.Shell.csproj Updated project files for 3.3.12 2021-08-26 10:59:15 -06:00
WallpaperManager.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00