Class CodeAnalysisConfiguration
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Used to configure the behavior of a code analyzer.
[Serializable]
public class CodeAnalysisConfiguration : ConfigObject
- Inheritance
-
CodeAnalysisConfiguration
- Inherited Members
- Extension Methods
Constructors
CodeAnalysisConfiguration(PropertyStore)
Initializes a new instance of the ConfigObject type backed by the specified PropertyStore.
public CodeAnalysisConfiguration(PropertyStore store)
Parameters
storePropertyStore
Properties
MessageConfigurations
An array of message configurations.
public CodeAnalysisConfiguration.Configure[] MessageConfigurations { get; set; }