AssemblyInfo Constructor (String)
.NET Framework (current version)
Creates an instance of an AssemblyInfo class.
Assembly: System.Web (in System.Web.dll)
Parameters
- assemblyName
-
Type:
System.String
Specifies a comma-separated assembly name combination consisting of version, culture, and public-key tokens.
If the AssemblyInfo instance is not initialized with assembly information, an exception is thrown.
The following code example demonstrates how to create an AssemblyInfo object. 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: