Tags
A simple sample for C# 4.0 ‘dynamic’ feature

Kirill Osenkov - Read the full story
5/1/2009
Earlier I posted some code to start Visual Studio using C# 3.0: using System; using EnvDTE; class Program { static void Main( string [] args) { Type visualStudioType = Type .GetTypeFromProgID( "VisualStudio.DTE.9.0" ); DTE dte = Activator .CreateI...
vote up 0 vote down
make favorite read later
Login to add a comment.
test
mufaka
8/12/2009 8:20 PM