System.Web.Compilation.BuildManager: Method Members

The methods of System.Web.Compilation.BuildManager are listed below. For a list of all members, see the BuildManager Members list.

See Also: Inherited members from System.Object

Public Methods

static
CreateInstanceFromVirtualPath(string, Type) : object

Processes a file, given its virtual path, and creates an instance of the result.

static
GetCachedBuildDependencySet(System.Web.HttpContext, string) : BuildDependencySet

Returns a build dependency set for a virtual path if the path is located in the ASP.NET cache.

static
GetCompiledAssembly(string) : System.Reflection.Assembly

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

static
GetCompiledCustomString(string) : string

Compiles a file, given its virtual path, and returns a custom string that the build provider persists in cache.

static
GetCompiledType(string) : Type

Compiles a file, given its virtual path, and returns the compiled type.

static
GetReferencedAssemblies() : ICollection

Returns a list of assembly references that all page compilations must reference.

static
GetType(string, bool) : Type

Finds a type in the top-level assemblies or in assemblies that are defined in configuration, and optionally throws an exception on failure.

static
GetType(string, bool, bool) : Type

Finds a type in the top-level assemblies, or in assemblies that are defined in configuration, by using a case-insensitive search and optionally throwing an exception on failure.

static
GetVirtualPathDependencies(string) : ICollection

Provides a collection of virtual-path dependencies for a specified virtual path.