Load assembly .net

  • Thread starter Thread starter daniele.cerra.it
  • Start date Start date
D

daniele.cerra.it

Hi to all,
i need to know how the .net runtime load assembly, i.e. how the runtime
locate the assembly and how it is loaded, verified, etc...
I look on the web, but i find just how the runtime locate the assembly.
Any help would be appreciated.
Thanks
Daniele
 
Thanks Michael,
but wat i'm looking for is a detailed description of the assembly
loader:
all the tasks performed in order to load an assembly.
For example:
how is located,
....,
how is loaded,
and so on

Thanks anyway for the help!
 
Hello (e-mail address removed),

I recomend to read "Customizing the Microsoft .NET Framework CLR" book.
Author described all process with details

d> Thanks Michael,
d> but wat i'm looking for is a detailed description of the assembly
d> loader:
d> all the tasks performed in order to load an assembly.
d> For example:
d> how is located,
d> ...,
d> how is loaded,
d> and so on
d> Thanks anyway for the help!
d>
d> Michael Nemtsev wrote:
d>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top