
NGen Action
This option execute ngen.exe to install native images of .NET assemblies on a machine.
Action Fields
Action
Specifies the NGen action to perform:
- Install - Generates a native image for an assembly.
- Uninstall - Deletes a native image for an assembly.
- Update - Updates all native images installed on the machine.
Target Assembly
The absolute path of the assembly to install or uninstall. If the assembly has been
added to the GAC, this may also be a strong name.
Queue for Background Generation
When checked, the native image generation will be processed in the background and
the action will not wait for it to finish. When unchecked, the action will block
until the native image generation is complete.