Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.

Command line

To compile the Advanced Message dialog into native code run the following command:

Code Block

> %WINDIR%\Microsoft.NET\Framework\v2.0.50727\ngen.exe "C:\Program Files\Arellia\Agents\ApplicationControl\ArelliaDisplayXamlAction.exe"

This could potentially be added to a client task and distributed throughout your environment.