Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width600px

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.


Excerpt Include
_Inc_NGen2.0_Assembly
_Inc_NGen2.0_Assembly
nopaneltrue
Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
borderWidth1
titleBGColor#006396
borderStylesolid
titleOn this page:

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column


Excerpt Include
_Inc_NGen2.0_Options
_Inc_NGen2.0_Options
nopaneltrue


Action Scripting

Expandallcolaspeall

Action Specific Scripting

Other

Expand
Script PropertyExample (Javascript)Valid ValuesDefaultPersistedDescription
AppBasePath
Action.AppBasePath = 'C:\Projects\SimpleProject\';
any text[blank]On save

Sets the Configure using appbase directory value.

AssemblyName
Action.AssemblyName = 'bobsAssembly, Version=1.0.0.0, Culture=neutral, ' +
    'PublicKeyToken=1138abc1dabcdfle2';
any text[blank]On save

Sets the Specify an assembly in the global assembly cache value.

AssemblyPath
Action.AssemblyPath = 'C:\Projects\SimpleProject\Output\SimpleProject.dll'
any text[blank]On saveSets the Specify assembly by file value.
Debug
Action.Debug = true;
true, falsefalseOn saveSets the Generate images for use with a debugger value. 
ExeConfigPath
Action.ExeConfigPath = 'C:\Projects\SimpleProject\Output\Config.exe';
any text[blank]On saveSets the Configure using executable assembly value. 
NoDep
Action.NoDep = true;
true, falsefalseOn saveSets the Minimise the native image dependencies that are generated value. 
Profile
Action.Profile = true;
true, falsefalseOn saveSets the Generate images for use with profiler value. 
Queued
Action.Queued = true;
true, falsefalseOn saveSets the Queue for execution by the native image service value. 
UseAppBase
Action.UseAppBase = true;
true, falsefalseOn saveWhen set to true it enables the usage of the AppBasePath property.
UseAssemblyName
Action.UseAssemblyName = true;
true, falsefalseOn saveWhen set to true it enables the usage of the AssemblyPath property.
UseExecConfig
Action.UseExecConfig = true;
true, falsefalseOn saveWhen set to true it enables the usage of the ExeConfigPath property. 
Verbose
Action.Verbose = true;
true, falsefalseOn saveSets the Verbose execution value. 

Excerpt Include
_Inc_Scrp_Act_Props_DotNet
_Inc_Scrp_Act_Props_DotNet
nopaneltrue

Excerpt Include
_Inc_Scrp_Act_Props_ExtAct
_Inc_Scrp_Act_Props_ExtAct
nopaneltrue


Excerpt Include
_Inc_Scrp_Evt_Bf_Af_Stat
_Inc_Scrp_Evt_Bf_Af_Stat
nopaneltrue