Load assembly .net

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
 
D

daniele.cerra.it

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!
 
M

Michael Nemtsev

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
 

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

Top