Release Notes - 3.2.15
Additions
- Initial implementation of P2P.dll
- Added NetworkDeviceConnections to Computer class to manage connection to remote shares and printers. Same functionality as command line 'net use'.
Fixes
- Fixed NullReferenceException for WindowsIdentity to WindowsImpersonatedIdentity
- Fixed incorrect parameters being passed to NetDfsSetClientInfo and NetDfsSetInfo
- Fixed bug in WindowsIdentity.Run extension method causing method to be called twice if identity was null
- Added parameter attributes and Win32Error.WNetThrowIfFailed extension method and assoc exception
- For WNetEnumResources helper method, added better error handling, set initial buffer to page size, and fixed bug in loop
- Fixed #158 with errors with IServiceProvider definition causing faults in ExplorerBrowser
- Added DangerousGetInterface() method to expose the underlying IExplorerBrowser interface. Use with caution. #159
- Call to closeMethod in GenericSafeHandle. (#161, #160)