Extending C# programs with snapins

  • Thread starter Thread starter Muffin
  • Start date Start date
M

Muffin

I am trying to find examples of how to extend a program with a snapin. I
want to learn from them. Can anybody point me in the right direction. I have
found only one so far. I am sure there are more, I just can not figure out
where they are.

Thx
 
You might want to take a look at the System.AddIn namespace in .NET 3.0.
Take a look at the CLR Add-In team blog, which will have a good amount of
information on writing add-ins:

http://blogs.msdn.com/clraddins/default.aspx

You might also want to check the "CLR Inside Out" section of MSDN
magazine which goes into the System.AddIn namespace in detail, over two
months:

http://msdn.microsoft.com/msdnmag/issues/07/02/CLRInsideOut/default.aspx
http://msdn.microsoft.com/msdnmag/issues/07/03/CLRInsideOut/default.aspx

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top