Is it working to use a native image of a dll that has been deleted?

94 Views Asked by At

Assuming that a native image was generated (with ngen) for a .NET dll. After that this dll is deleted. If I would now run a program that uses this dll, would it work?

0

There are 0 best solutions below