AssemblyCollection.Remove Method (String)
.NET Framework (current version)
Removes a AssemblyInfo object from the AssemblyCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System.String
A string value specifying the assembly reference.
If the assembly does not exist in the collection, the statement is ignored.
The following code example demonstrates how to use the Remove 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: