Monday, December 10, 2007

Finding Assembly Information

Once again, in an attempt to segment information to prevent information overload, this is a simple one. In MOSS development, you will many times have to reference assemblies by class name and assembly name along with the public key token. To accomplish this I use a tool called .NET reflector which can be located here.

If you drag your assembly on the user interface of the tool, you can click on it and see the assembly information as such:


If you drill down to the actual class, you can see the class information as such:


Promised it would be short but invaluable if this is the first time you've seen the tool.

No comments: