Search
CompileOptions Members
Constructors Properties
 


Contains options for the Compiler.Compile method.

The following tables list the members exposed by the CompileOptions type.

 Public Constructors

  Name Description

CompileOptions

Initializes a new instance of the CompileOptions class.

 Public Properties

  Name Description

InterpretCircumflexAsPower

Gets or sets a value indicating whether circumflex symbols (^) are interpreted as raising to power, rather than exclusive-OR. Raising to power also has different priority than XOR.

InterpretExclamationAsReference

Gets or sets a value indicating whether exclamation marks (!) are interpreted as references, rather than NOT.

Normalize

Gets or sets a value indicating whether to encase source in square brackets if it is not encased already.

 See Also