Vanara/Windows.Shell/ShellObjects
dahall a52ea804ca Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView and SHCreateShellFolderViewEx from `ref` to `in`. 2021-09-21 12:16:18 -06:00
..
ComObjWrapper.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
ShellBrowser.cs Changed const params in SHCreateDefaultContextMenu, SHCreateShellFolderView and SHCreateShellFolderViewEx from `ref` to `in`. 2021-09-21 12:16:18 -06:00
ShellContextMenu.cs Fixed bug with ShellContextMenu failing when passed the desktop shell item. Took chance to optimize folder params. (#206) 2021-02-03 21:43:22 -07:00
ShellFolder.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
ShellItem.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellItemArray.cs Added ShellItemArray.ToDataObject method to extract an IDataObject 2021-08-15 19:04:22 -06:00
ShellItemImages.cs Fixed bug in ShellItemImages throwing unnecessary error if unable to generate thumbnail 2021-02-04 14:22:56 -07:00
ShellLibrary.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellLink.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellNavigationHistory.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellSearch.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellSearchConditions.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00
ShellView.cs Updated all constructors where possible to exclude name. 2021-08-15 19:18:36 -06:00