AssemblyCollection.Add Method (AssemblyInfo)
.NET Framework (current version)
Adds an AssemblyInfo object to the AssemblyCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- assemblyInformation
-
Type:
System.Web.Configuration.AssemblyInfo
A string value specifying the assembly reference.
Adds an AssemblyInfo object to the collection. If the assembly object is not initialized with assembly information, an exception is thrown. If the assembly object already exists in the collection, the statement is ignored.
The following code example demonstrates how to use the Add method. This code example is part of a larger example provided for the AssemblyCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: