'Programming in Visual Studio C# Windows Forms and including a NuGet package; How do I find out the namespace to reference?

I was browsing this topic Microsoft.WindowsAPICodePack.Shell Could not load file or assembly because my program got this error window on someone else's computer: error message

So I installed a different package from NuGet, the WindowsApiCodePack made by rpastric for testing. Only problem is, I have no idea how to reference the namespace in code. For the Windows official pack it was:

using Microsoft.WindowsAPICodePack.Dialogs;

How do I find out what namespace I have to use for a NuGet Package?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source