Load and execute code from an assembly without locking the file?

Posted by Bjorn Reppen on Stack Overflow See other posts from Stack Overflow or by Bjorn Reppen
Published on 2010-05-22T00:22:30Z Indexed on 2010/05/22 0:30 UTC
Read the original article Hit count: 480

Filed under:
|

Is there a way to load an assembly from disk and execute code in it without getting the file locked on disk? I never understood why it is necessary to lock the file since the code will be loaded in RAM and JIT-compiled?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about assemblies