Vanara/WIndows.Forms/Dialogs
David Hall c3521b7742 MAJOR BREAKING CHANGEs:
1) Obsoleted Vanara.Extensions.InteropExtensions.StructureToPtr for a name change to MarshalToPtr for consistency.
2) Added parameter to all methods reading memory that allows developer to indicate size of allocated memory they read from.
3) Enabled the ability to read/write enum values from memory in all extension methods.
4) Added Write methods for writing to memory
2019-08-17 21:13:57 -06:00
..
AccessControlEditor MAJOR BREAKING CHANGE: Moved all extension methods for System.Object to Vanara.Extensions.Reflection namespace to avoid Intellisense overloads with methods that will be rarely used. 2019-08-17 14:42:49 -06:00
CredentialsDialog * Derived SafeCoTaskMemString from base class SafeMemString derived from SafeMemHandle<T>. 2019-06-25 17:10:57 -06:00
TaskDialog MAJOR BREAKING CHANGEs: 2019-08-17 21:13:57 -06:00
FolderBrowserDialog.cs Fixed problem with privacy on SelectedItem setter. 2018-12-17 14:35:15 -07:00
InputDialog.cs 2.0 Checkin - Buildable 2018-10-26 12:24:07 -06:00
NetworkConnectionDialog.cs Changed name of ConnectedDeviceCount to ConnectedDeviceNumber. Added ReadOnlyPath property. 2018-11-28 07:47:22 -07:00
NetworkDisconnectDialog.cs 2.0 Checkin - Buildable 2018-10-26 12:24:07 -06:00
ProgressDialog.cs Extended .NET 2, 3, and 4 builds to include Tasks from Theraot library 2018-12-15 11:56:24 -07:00
ShellProgressDialog.cs Updated comments 2018-11-28 12:33:55 -07:00