Contains options for the Compiler.Compile method.
The following tables list the members exposed by the CompileOptions type.
Name | Description | |
---|---|---|
Initializes a new instance of the CompileOptions class. |
Name | Description | |
---|---|---|
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. |
||
Gets or sets a value indicating whether exclamation marks (!) are interpreted as references, rather than NOT. |
||
Gets or sets a value indicating whether to encase source in square brackets if it is not encased already. |