Click or drag to resize

CompilerParameters Properties

The CompilerParameters type exposes the following members.

Properties
  NameDescription
Public propertyInput
List of compiler inputs.
Public propertyOutputDirectory
Output directory. Used if CompilerPipeline produces output files.
Public propertyPipeline
CompilerPipeline is an ordered list of ICompilerStep implementations that should be executed in sequence.
Public propertyXmlSchemaSet
Instance of XmlSchemaSet used to validate output XML.
Top
See Also