VSCommands 3.2.0.0 Released
A new version of VSCommands is available for download.
It contains several minor bug fixes and one new command.
Thanks to all of you who reported the issues and suggested new features via email or our support forum.
Show Assembly Details
Show Assembly Details replaces old Show Assembly Full Name command. ![]()
It displays additional information about an assembly that is not available from properties pane in Visual Studio. This information includes:
- Assembly Full Name
- Public Key Token
- Public Key (often used with InternalsVisibleToAttribute)
- Assembly Location – this will show a location of an assembly. When assembly is a Reference Assembly (metadata-only file used by Visual Studio 2010 to support multi-platform targeting and increase performance) then the location to actual assembly that contains implementation is also provided (notice two locations in the screenshot below)
Related posts:

