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)
The IBuildManager type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateCachedFile | Creates a cached file. |
![]() | FileExists | Retrieves an object factory for the specified virtual path. |
![]() | GetCompiledType | Compiles a file, given its virtual path, and returns the compiled type. |
![]() | GetReferencedAssemblies | Retrieves a list of assembly references that all page compilations must reference. |
![]() | ReadCachedFile | Reads a cached file. |
Show:
