Bass said:
Kenneth.Cochran said:
*snip*

Hi. I just used the version from SVN, which includes a MSBUILD (*.sln) file.

You could alternatively just add all the files in /Mono.Addins to a project and called "Mono.Addins" and compile.

I've been using it for a while it it works quite well, this is on .NET (not Mono).

I figured out the way to do it, it's AddinManager.Registry.GetAllAddins() or something like that, returns an array of addins (type "Addin"), which contain all kinds of useful metadata for implementing a GUI addin manager. There is also a pretty advanced GUI you can use already in Mono.Addins.Gui, but it's Gtk# not WinForms