Tagged Questions
2
votes
1answer
523 views
.NET assembly cache / ngen / jit image warm-up and cool-down behavior
I have an Input Method (IME) program built with C#.NET 2.0 DLL through C++/CLI. Since an IME is always attaching to another application, the C#.NET DLL seems not able to avoid image address rebasing.
...