Table of Contents

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

store PropertyStore

Properties

MessageConfigurations

An array of message configurations.

public CodeAnalysisConfiguration.Configure[] MessageConfigurations { get; set; }

Property Value

Configure[]