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.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
[quoted text, click to view] "Muffin" <muffin@NoEmail.local> wrote in message
news:FL2dneIedLGsyNPbnZ2dnUVZ_tCtnZ2d@comcast.com...
>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
>