AssemblyCollection.Add Method  

This method adds a new Assembly to the AssemblyCollection.

Syntax

public int Add ( object value )

Parameters Description
value An Assembly to add to the collection.

Return Value

The index of the new Assembly in the collection.