I'm using CodeDom to generate an Assembly. I now need to call methods in classes in 
that Assembly. 
Whats the best way of doing it, I can do a AppDomain.CurrentDomain.GetAssemblies and 
loop thru the Assemblies returned until I find my assembly and then use Reflection to 
call methods on it, but I'm thinking there has to be a better way of doing it.
TIA,
John

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to