0

Could someone explain me in depth how the system loads an .NET assembly. I mean :

  • what dlls are used : I supposed first mscoree.dll, next mscorwks.dll and mscorjit.dll
  • what methods in these dlls ?

Thanks a lot !

MickAA
  • 21
  • 1

1 Answers1

3

Look in "CLR via C#" book by Jeffrey Richter, chapter "CLR Hosting"

Denis Palnitsky
  • 18,267
  • 14
  • 46
  • 55