The Native Image Generator (NGen 2.0) Uninstall Action enables the removal of a 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.

NGen maintains a reference count, so native assemblies will only be removed if they are not depended upon by other native assemblies.

 

 

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.