INetAssemblyNativeImageConfig

Overview

This interface provides properties to specify the way the assembly native image will be configured

Declaration

IAssemblyAttribute : IDispatch

Properties

Bool DebuggerInfo
- Gets or sets the option to generate native images that can be used under a debugger.

Bool ProfilerInfo
- Gets or sets the option to generate native images that can be used under a profiler.

Bool NoDependencies
- Gets or sets the option to to generate the minimum number of native images required.

String Platform
- Gets or sets the assembly image platform. Supported values: TargetPlatform 32bit 64bit 32&64bit.

Bool Priority
- Gets or sets the assembly native image generation priority. Supported values: Sync ImmediateAsync Async OnIdle.

Object DependenciesLocation
- Gets or sets the dependencies location.
If the value is unspecified you don't have any dependencies or you want to let the generator use its default dependencies search mechanism. If the value is an IFile object, it should indicate the application that will load the assembly. If the value is an IFolder object, it should indicate the folder for the application dependencies.

String GeneratorVersion
- Gets or sets a specific version of the generator.

See also

IAssembly

IAssembliesComponent