IConfiguration Interface

Definition

Represents a configuration interface.

public interface IConfiguration
type IConfiguration = interface
Public Interface IConfiguration

Properties

Name Description
Item[String]

Gets or sets the value associated with the specified key.

Extension Methods

Name Description
GetCurrentWorkingDirectory(IConfiguration)

Gets the current working directory from the configuration.

GetTestHostWorkingDirectory(IConfiguration)
Obsolete.

Gets the test host working directory from the configuration.

GetTestResultDirectory(IConfiguration)

Gets the test result directory from the configuration.

Applies to