System.Web
2.0.0.0
System.IDisposable
A class implementing this interface can access an assembly after it has been compiled. The class compiles assemblies and then checks to see whether an interface has been registered in the Web configuration file. If so, the instance calls the method for the interface to perform any action after the compilation and before loading the assembly. For example, a profiler tool could implement this interface to establish probes in the assembly.
When an interface is registered, the ASP.NET application and its assemblies will always be compiled in debug mode.
Defines the method a class implements to process an assembly after the assembly has been built.
Method
System.Void
The class calls this method after the assembly has been compiled. Any actions to be taken before loading the assembly should be included in this method.
Called before the assembly is loaded to allow the implementing class to modify the assembly.
The path to the assembly.
2.0.0.0