System.Web.Compilation.BuildManager.GetCompiledAssembly Method

Compiles a file into an assembly using the specified virtual path.

Syntax

public static System.Reflection.Assembly GetCompiledAssembly (string virtualPath)

Parameters

virtualPath
The virtual path to build into an assembly.

Returns

An System.Reflection.Assembly object that is compiled from the specified virtual path, which is cached to either memory or to disk.

Remarks

Documentation for this section has not yet been entered.

Requirements

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