Defines a constant to be used by the preprocessor.
Namespace:
Gallio.Runtime.Extensibility
Assembly:
Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public void DefinePreprocessorConstant(
string constant
) |
| Visual Basic (Declaration) |
|---|
Public Sub DefinePreprocessorConstant ( _
constant As String _
) |
Parameters
- constant
- Type: System..::.String
The constant name.
Implements
IPluginLoader..::.DefinePreprocessorConstant(String)
Exceptions
| Exception | Condition |
|---|
| System..::.ArgumentNullException | Thrown if constant is null. |
See Also