IAssembliesComponent

Declaration

IAssembliesComponent : IDispatch

Overview

This interface provides functions to add/remove a .NET/Win32 assembly installation

Properties

Array<IAssembly> Assemblies
- Gets existing assemblies.

Methods

NewAssembly(IFile aAssemblyFile) - returns IAssembly -
- Adds a new assembly installation in the project. Returns the assembly object that will be used to configure the installation

DeleteAssembly(IAssembly aAssembly)
- Delete the assembly installation specified as argument

See also

IAssembly

INetAssemblyNativeImageConfig