Configuration Editor
In this section, we will cover the things that you need to know about the configuration editor.
Overview
We can use the XML-based configuration file with our applications to make the ReflectInsight viewer behave the way we want it to. There are a few configuration categories, including auto save, filtering, and message coloring.
XML configuration
ReflectInsight is configured using an XML configuration file. The configuration information can be embedded within other XML configuration files such as the application or web .config
file, or in a separate file. The configuration is easily readable and updateable, while retaining the flexibility to express all configurations.
Alternatively, ReflectInsight can be configured programmatically. I will use a combination of both throughout this book, with the main configuration usually done via the app.config
file.
Dynamic configuration
ReflectInsight automatically monitors its configuration file for changes and dynamically applies these...