P
Praveen Ramesh
Hi,
Is there anyway I can determine when exactly a module file I have (part of a
bigger assembly) gets loaded into memory?
The AssemblyLoad event tells me when exactly an assembly gets loaded, but
not a module.
Basically, I want to confirm that a module will NOT get loaded into memory
UNTIL a type defined in that module is referenced. That's what I have read,
but, I am finding it difficult to confirm.
Any feedback will be appreciated.
Thanks
Praveen
Is there anyway I can determine when exactly a module file I have (part of a
bigger assembly) gets loaded into memory?
The AssemblyLoad event tells me when exactly an assembly gets loaded, but
not a module.
Basically, I want to confirm that a module will NOT get loaded into memory
UNTIL a type defined in that module is referenced. That's what I have read,
but, I am finding it difficult to confirm.
Any feedback will be appreciated.
Thanks
Praveen