The CompilerOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddOption |
Adds an option.
|
![]() | AddOutput | |
![]() | AddSource |
Adds a source.
|
![]() | ClearOptions |
Clears the options.
|
![]() | ClearOutputs | |
![]() | ClearSources |
Clears the sources.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetArguments |
Gets the arguments.
|
![]() | GetFileName |
Gets the name of the compiler file.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Test |
Checks if include directory exists.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object..::..ToString()()()().) |
![]() | TryTest |
Checks if include directory exists.
|
Properties
Name | Description | |
---|---|---|
![]() | CanEdit |
Gets or sets a value indicating whether this instance can edit.
|
![]() | CompilerPath |
Gets or sets the compiler path.
|
![]() | GenerateDebugInfo |
Gets or sets a value indicating whether to generate debug info.
|
![]() | Include |
Gets or sets the include path.
|
![]() | Name |
Gets the name.
|
![]() | Options |
Gets the options.
|
![]() | Outputs | |
![]() | Platform | |
![]() | Sources |
Gets the sources.
|