System.Web.Compilation.ClientBuildManager Class

Provides compilation services for ASP.NET applications.

See Also: ClientBuildManager Members

Syntax

public sealed class ClientBuildManager : MarshalByRefObject, IDisposable

Remarks

The System.Web.Compilation.ClientBuildManager class offers methods and properties for compiling ASP.NET Web applications, and retrieving the generated assemblies or generated source code. Instances of the class are established in the client's application domain and provide access to the ASP.NET build system outside of Microsoft Internet Information Services (IIS). The class can be used to develop customized tools for compiling Web applications.

The command-line tool aspnet_compiler uses the System.Web.Compilation.ClientBuildManager class.

Requirements

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