System.Web.Configuration.AssemblyCollection Class

Represents a collection of System.Web.Configuration.AssemblyInfo objects. This class cannot be inherited.

See Also: AssemblyCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.AssemblyInfo), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class AssemblyCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.AssemblyCollection class does not refer to any actual element in the underlying configuration file. It is a construct that allows access to the assembly information it contains.

Requirements

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