Helper editor class for dealing with compiler #symbols.
Static Public Member Functions | |
| static bool | IsSymbolDefined (string symbol) |
| Checks if the given symbol is present in the define symbols set. More... | |
| static string | GetString () |
| static void | Set (string sym) |
| static void | DefineSymbol (string symbol) |
| Defines the given symbol in the define symbols set. More... | |
| static string[] | Get () |
| Gets all set symbols. More... | |
| static void | UndefineSymbol (string symbol) |
| Removes the given symbol from the define symbols set. More... | |
|
inlinestatic |
Defines the given symbol in the define symbols set.
| symbol | The symbol to define. |
|
inlinestatic |
Gets all set symbols.
|
inlinestatic |
|
inlinestatic |
Checks if the given symbol is present in the define symbols set.
| symbol | The symbol to look for. |
|
inlinestatic |
|
inlinestatic |
Removes the given symbol from the define symbols set.
| symbol | The symbol to remove, if found. |