I have a program that loads an assembly into an AppDomain. The part I dont get (yet) is how do I reference any of the classes inside the assembly that was loaded at run-time? Inside this dll is a form that I want to open. Anytime I try to call it from my program I cant because it is not declared. Should I declare it somewhere? Whats the best way to handle this?