C#C
C#2y ago
20 replies
SWEETPONY

How to get assembly?

I'm trying to get assembly using this:
var test = AppDomain.CurrentDomain.GetAssemblies();

I don't understand why but I don't see my assembly in test but my project has reference to this assembly
Was this page helpful?