Groups | Blog | Home
all groups > c# > may 2007 >

c# : Extending C# programs with snapins


Muffin
5/18/2007 9:39:48 PM
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

Mark F.
5/18/2007 10:15:27 PM

[quoted text, click to view]

This article may be of some help.
http://www.codeproject.com/csharp/snapin.asp

Mark

Nicholas Paldino [.NET/C# MVP]
5/18/2007 11:26:20 PM
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
5/19/2007 7:56:45 AM
Thx, thats something to get me started.


[quoted text, click to view]

AddThis Social Bookmark Button