Share via


IBuildManager Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides an abstraction for managing the compilation of an application. A different implementation can be registered by means of the DependencyResolver.

Namespace:  System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Interface IBuildManager
public interface IBuildManager
public interface class IBuildManager
type IBuildManager =  interface end
public interface IBuildManager

The IBuildManager type exposes the following members.

Methods

  Name Description
Public method CreateCachedFile Creates a cached file.
Public method FileExists Retrieves an object factory for the specified virtual path.
Public method GetCompiledType Compiles a file, given its virtual path, and returns the compiled type.
Public method GetReferencedAssemblies Retrieves a list of assembly references that all page compilations must reference.
Public method ReadCachedFile Reads a cached file.

Top

See Also

Reference

System.Web.Http.Dispatcher Namespace