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)

public interface class IBuildManager

The IBuildManager type exposes the following members.

  NameDescription
Public methodCreateCachedFileCreates a cached file.
Public methodFileExistsRetrieves an object factory for the specified virtual path.
Public methodGetCompiledTypeCompiles a file, given its virtual path, and returns the compiled type.
Public methodGetReferencedAssembliesRetrieves a list of assembly references that all page compilations must reference.
Public methodReadCachedFileReads a cached file.
Top
Show: