System.Web.Compilation.BuildProvider: Property Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
CodeCompilerTypeCompilerType.

Represents the compiler type used by a build provider to generate source code for a custom file type.

[read-only]
VirtualPathDependenciesICollection.

Represents a collection of virtual paths that must be built before the build provider generates code.

Protected Properties

[read-only]
ReferencedAssembliesICollection.

Represents the assemblies to compile with the source generated by the build provider.

[read-only]
VirtualPathstring.

Represents the file to be built by this build provider implementation.