I used NGEN to create a Native Image. My understanding is that is it stored in the Native Image Cache (NIC). When I load my program, I would like to know if it s properly loaded from the NIC and not using the JIT compiler. How can I know if I m properly loading the image cache? I'm not getting the performance benefit I was expecting so I suspect that I m still using the JIT.
Thanks