IAssembliesComponent Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IAssembliesComponent : IDispatch

OverviewCopy link to this sectionLink to this section copied!

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

PropertiesCopy link to this sectionLink to this section copied!

Array<IAssembly> Assemblies
- Gets existing assemblies.

MethodsCopy link to this sectionLink to this section copied!

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