Called before the assembly is loaded to allow the implementing class to modify the assembly.
path The path to the assembly.
The System.Web.Compilation.AssemblyBuilder 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.