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
 
Back
Top