System.Web.Compilation.IAssemblyPostProcessor.PostProcessAssembly Method

Called before the assembly is loaded to allow the implementing class to modify the assembly.

Syntax

public void PostProcessAssembly (string path)

Parameters

path
The path to the assembly.

Remarks

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.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0