Vanara/Windows.Shell/ShellObjects
David Hall 7ce7b96209 * Derived SafeCoTaskMemString from base class SafeMemString derived from SafeMemHandle<T>.
* BREAKING CHANGE: Removed CharCapacity and made Capacity show char allocation. Size (from parent) shows byte capacity. Mimics StringBuilder.
2019-06-25 17:10:57 -06:00
..
ShellFolder.cs Reorganized into folders 2019-02-02 13:35:21 -07:00
ShellItem.cs * Derived SafeCoTaskMemString from base class SafeMemString derived from SafeMemHandle<T>. 2019-06-25 17:10:57 -06:00
ShellItemArray.cs Reorganized into folders 2019-02-02 13:35:21 -07:00
ShellLibrary.cs Reorganized and cleaned 2019-02-08 12:26:08 -07:00
ShellLink.cs Updated and fixed file functions in Kernel32. Changed WIN32_FIND_DATA back to a structure and corrected IShellLinkW reference. Added EnumFilesEx and EnumVolumes to simplify related functions. Fixed search handles so they dispose without error. Changed GetFullPathName, GetLongPathName and GetShortPathName to exclusively use the Unicode instance to avoid filename length restrictions. 2019-06-16 15:07:59 -06:00