Reflection

  • Thread starter Thread starter marko
  • Start date Start date
M

marko

Hi All!
Is there an alternative method at
System.Reflection.Assembly.LoadFile("xyz.dll") to load assembly with NetCF
and Reflection??


Thank's
mkz
 
There is no LoadFile. There is Load and LoadFrom. Of course creating a type
in an assembly results in it loading.
What is it you are trying to do?

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

log4net 4
Counting number of variables in a field? 4
GetCommModemStatus 2
Invoking a Method via Reflection Issue 2
Access Form Refresh 1
How to unload assembly 2
How to check an assembly's version? 3
problem with clr profiler 6

Back
Top