The Native Image Generator (NGen 2.0) Update Action enables the update of an invalid native image for an assembly and its dependencies. Assemblies with native images run faster on the current machine because they can bypass the .NET Just-In-Time compiler.

Updating invalid images is required because if an assembly image is out of date, the Just In Time compiler will be invoked when an assembly references it (which negates the benefits of Native Images).


 



Action Scripting

Action Specific Scripting

Other

Script PropertyExample (Javascript)Valid ValuesDefaultPersistedDescription
Queued
Action.Queued = true;
true, falsefalseOn saveSpecifies the parameters to pass to ASPNET_REGIIS.EXE.
Verbose
Action.Verbose = true;
true, falsefalseOn saveSpecifies the working directory for ASPNET_REGIIS.EXE to be called with.