Getting the Assembly Qualified Name for a .NET Object

Posted Friday, July 11, 2008 3:53 PM by Nathan Zaugg

Have you ever needed to add a line to a config file like:

<type="Config.RoleService, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />

These fully qualified types are not easy to figure out.  The syntax is a bit confusing and the PublicKeyToken is hard to get a look at.  This has been an issue -- until now!

GetAssemblyName App

I created a quick little app that will load an assembly you select and show you all of the AQN (Assembly Qualified Names) for each class contained in the assembly. Notice the cool glass look?  I'll post information about that in a later blog post.

Quick Instructions:

  1. Run the app
  2. Press the "Select Assembly" button
  3. Browse to the assembly you want to get the AQN for and press Open
  4. The window will fill up with the assembly full name and the AQN for each type found in the assembly
  5. Double Click the line to copy that class's AQN to the clipboard

 

Main Interface

Copy AQN to Clipboard

 

Downloads:
Filed under: , ,

Comments

# phpinfo()

Thursday, April 27, 2023 12:04 AM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Saturday, April 29, 2023 4:38 PM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Friday, June 23, 2023 5:58 AM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Friday, September 15, 2023 4:32 AM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Monday, October 30, 2023 8:32 PM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Wednesday, December 06, 2023 3:41 PM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Tuesday, December 12, 2023 9:06 PM by phpinfo()

Pingback from  phpinfo()

# phpinfo()

Sunday, January 28, 2024 8:29 AM by phpinfo()

Pingback from  phpinfo()