The CompilerOptions type exposes the following members.

Methods

  NameDescription
Public methodAddOption
Adds an option.
Public methodAddOutput
Public methodAddSource
Adds a source.
Public methodClearOptions
Clears the options.
Public methodClearOutputs
Public methodClearSources
Clears the sources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetArguments
Gets the arguments.
Public methodGetFileName
Gets the name of the compiler file.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodTest
Checks if include directory exists.
Public methodToString
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().)
Public methodTryTest
Checks if include directory exists.

Properties

  NameDescription
Public propertyCanEdit
Gets or sets a value indicating whether this instance can edit.
Public propertyCompilerPath
Gets or sets the compiler path.
Public propertyGenerateDebugInfo
Gets or sets a value indicating whether to generate debug info.
Public propertyInclude
Gets or sets the include path.
Public propertyName
Gets the name.
Public propertyOptions
Gets the options.
Public propertyOutputs
Public propertyPlatform
Public propertySources
Gets the sources.

See Also