cairoshell / ManagedShell

A library for creating Windows shell replacements using .NET.
https://www.nuget.org/packages/ManagedShell/
Apache License 2.0
295 stars 25 forks source link

Adds ShellLinkHelper for some common link ops #66

Closed dremin closed 2 years ago

dremin commented 2 years ago

Also adds the necessary interface definitions.

In the future we could create a nice link class that encapsulates link operations, but IShellLink API is already fairly straightforward. The helper provides easy access to this, which I think should be good for now.