Versions Compared

Key

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

Options

Image Modified

Scenarios

Anchor
Generate images for use with a debugger
Generate images for use with a debugger
Generate images for use with a debugger

If this option is turned on debug information is included in the generated image. 

Anchor
Generate images for use with profiler
Generate images for use with profiler
Generate images for use with profiler

If this options is turned on a profiler will be able to load the generated image. 

Anchor
Minimise the native image dependencies that are generated
Minimise the native image dependencies that are generated
Minimise the native image dependencies that are generated

If this option is turned on the native image will be generated with a minimum of dependencies.  This is not recommended because non-native dependencies will cause the Just In Time compiler to be invoked, negating the benefits of Native Images.

Configuration

Anchor
Configure using executable assembly
Configure using executable assembly
Configure using executable assembly

The assembly configuration can be taken from an executable configuration.  This allows NGen to get a better idea as to what dependencies would be loaded by the assembly.

Anchor
Configure using appbase directory
Configure using appbase directory
Configure using appbase directory

The directory to use as the application base when locating dependencies for the supplied assembly.

Options

Anchor
Queue for execution by the native image service
Queue for execution by the native image service
Queue for execution by the native image service

Rather than installing directly, the generation and installation can be queued for execution by the Native Image Service. There are three levels of priority lowest, normal, and highest.

Anchor
Verbose execution
Verbose execution
Verbose execution

Includes the maximum amount of information while generating the native assembly. Useful for debugging issues with the action, does slow down generation however. Therefore we recommend turning this off during normal script runs.