I have a visual studio extension (.vsix) which I want to inspect and/or preferably disassemble as it contains some source code that I want to research.
I am using Visual C# 2010 Express Edition, however I would like an external tool if such a thing exists.
Can anyone suggest where I might find tools for inspecting / disassembling extensions?
Thanks.