Calling VS 2008 refactoring methods through command line?
Posted
by Huck
on Stack Overflow
See other posts from Stack Overflow
or by Huck
Published on 2010-03-30T20:00:44Z
Indexed on
2010/03/30
20:03 UTC
Read the original article
Hit count: 377
visual-studio-2008
|c#
Hello all,
I want to create a simple batch file that would perform some Visual Studio 2008 refactoring tasks on some files. For example, I would like to call the Refactor.ExtractInferface command on a given file.
Can I do this from the command line? Is there a better way (I am sure there is) of doing this?
Thanks,
H.
© Stack Overflow or respective owner