Exploring the Features of .NET Native Image Selection
Exploring the Features of .NET Native Image Selection
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
* Product Information
* Resources
* Files and Folders
* Tiles
* Java Products
* Registry
* File Associations
* Assemblies
* Assembly Properties
* .NET Native Image Dialog
* Edit Assembly Attribute Dialog
* Assembly Destination
* Drivers
* Services
* Package Definition
* Requirements
* User Interface
* System Changes
* Server
* Custom Behavior - Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
.NET Native Image Dialog
In this dialog you can specify the way Native Image is generated.
Scenarios
Debug
Use this option to generate native images that can be used under a debugger.
Profile
Use this option to generate native images that can be used under a profiler.
No Dependencies
Use this option to generate the minimum number of native images required.
Installation
Platform
- A native image same as the target platform - Generate native image only for .NET Framework with the same platform as the target machine.
- 32-bit native image - Generate native image only for the .NET Framework’s 32-bit version.
- 64-bit native image - Generate native image only for the .NET Framework’s 64-bit version.
- 32-bit and 64-bit native images - Generate native image for both the 32-bit and the 64-bit .NET Framework versions.
Priority
- Wait for this native image generation to continue - image generation occurs synchronously during the installation process. This is the highest priority level.
- Immediate asynchronous generation - image generation begins during the installation process and is performed by the Native Image Service parallel to the installation.
- Asynchronous generation - image generation begins after all images with immediate asynchronous priority have been generated.
- Generate when the computer is idle - image generation occurs when the machine is idle.
Dependencies Location
Unspecified
Select this option if you don’t have any dependencies or you want to let the generator use its default dependencies search mechanism.
Use the specified executable assembly’s configuration
Since the generator needs to make the same decisions as the loader when binding to dependencies for DLL assemblies which are loaded via reflection, this field should indicate the application which will load this assembly.
Use specified folder as the application base
Folder used as the application base when locating dependencies.
Generator Version
Here you can specify the supported generator versions of this assembly by selecting one of the following available options:
- Use the biggest version available on the target computer
- Use only the specified comma separated versions
The assembly required version will be used in case no version is specified. When specifying a version use the full version string like: 2.0.50727
Configuration file, Dependencies Base and No Dependencies options as well as Asynchronous or Idle generation priorities are supported by Native Image Generator (NGEN) starting with v2.0.
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [Updated] IPhone Images (JPG, PNG) - Straightforward Conversion Guide
- [Updated] Shifting Spectrum Skills - Pro Tips Unveiled
- 如何解決Windows 11無法發現SSD的設置困難: 五招詳解
- A Step-by-Step Guide to Finding Your Apple ID From Your iPhone 13
- Educate Yourself: Learn About the Signs of Drug and Alcohol Use, as Well as the Types of Substances that Might Be Accessible to Teenagers in Your Area. This Knowledge Can Help You Spot Potential Red Flags More Easily.
- How to View GPX Files Online and Offline Solutions Of Apple iPhone XS Max | Dr.fone
- M.e2 SATAドライブにWindowsを素早くコピーするガイド
- Praktische Schritte Zum Wiederherstellen Von Gelöschten Dateien Aus Dem Papierkorb Auf Ihrem Computer
- Safe Exit Procedures for Departing Discord Servers
- Schnelles Wiederherstellungsprotokoll Für VMware Virtual Machine Mit Mehreren Ansätzen Für Eine Robuste Disaster Recovery-Lösung
- Step-by-Step Guide: Locating and Reviving Your iTunes iPhone Backups From an Outside HDD
- Step-by-Step Instructions for Starting Windows From an External Device (Windows 10/11)
- Ubuntu 22.04: A Premier Choice for a Business Desktop on Linux | ITProToday
- Windows 11 資料夾至 Synology NAS 的快速儲存指南:四大最佳方法
- XCOM 2 Windows Compatibility Optimization - No More Game Crashes
- Title: Exploring the Features of .NET Native Image Selection
- Author: Joseph
- Created at : 2024-11-01 16:47:31
- Updated at : 2024-11-03 16:25:48
- Link: https://fox-tls.techidaily.com/exploring-the-features-of-net-native-image-selection/
- License: This work is licensed under CC BY-NC-SA 4.0.