AssemblyCollection.FromStringCollection Method
Add a list of assemblies to the AssemblyCollection.
Syntax
public void FromStringCollection(System.Collections.ICollection asmList)
Parameters | Description |
asmList |
The list of assemblies as a collection of strings. Each string is a file path. |