TestExecutionSection Class

Definition

Represents the configuration settings for the execution section of the app.config configuration file.

public ref class TestExecutionSection : System::Configuration::ConfigurationSection
public class TestExecutionSection : System.Configuration.ConfigurationSection
type TestExecutionSection = class
    inherit ConfigurationSection
Public Class TestExecutionSection
Inherits ConfigurationSection
Inheritance
TestExecutionSection

Constructors

Name Description
TestExecutionSection()

Initializes a new instance of the TestExecutionSection class.

Methods

Name Description
DeserializeElement(XmlReader, Boolean)

Reads the app.config file and populates the properties of this object by using values from the test execution section of the file.

SerializeElement(XmlWriter, Boolean)

Reads the app.config file and populates the properties of this object by using values from the test execution section of the file.

SerializeToXmlElement(XmlWriter, String)

Serializes the settings to the provided XML element name.

Applies to