Reputation: 1030
I need to find the assembly name for a specific class in visual studio but i don't want to use any code.
How can i get that information easily in visual studio ?
Upvotes: 2
Views: 1206
Reputation: 1030
To easily find the assembly name of a class in visual studio, just:
If you need more information on the assembly, there's also a 'Assembly information' button providing it.
Might be a dumb question/answer but i didn't know my assembly name and lost about 15 minutes to find it, i thought i'd share.
Upvotes: 3