System.Web.Configuration.AssemblyCollection.Add Method

Adds an System.Web.Configuration.AssemblyInfo object to the System.Web.Configuration.AssemblyCollection collection.

Syntax

public void Add (AssemblyInfo info)

Parameters

info
Documentation for this section has not yet been entered.

Remarks

Adds an System.Web.Configuration.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0