System.Web
2.0.0.0
System.Configuration.ConfigurationElement
ASP.NET automatically links assemblies to a resource when compiling each code module. An object references an assembly. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to identify type implementations. To the runtime, a type does not exist outside the context of an assembly.
Commonly linked assemblies are listed in the assemblies node of the compilation section of the configuration. Additionally, assemblies can be manually added to a code resource when additional functionality for an application is needed.
References an assembly to be linked to during compilation of a dynamic resource. This class cannot be inherited.
Constructor
If the instance is not initialized with assembly information, an exception is thrown.
Creates an instance of an class.
Specifies a comma-separated assembly name combination consisting of version, culture, and public-key tokens.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("assembly", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
System.Configuration.StringValidator(MinLength=1)
System.String
To be added.
ASP.NET first searches for the assembly DLL in the application's private Bin directory and then in the system assembly cache.
Gets or sets an assembly reference to use during compilation of a dynamic resource.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0