IConfigMapPathFactory Interface

Definition

Maps the configuration file virtual and physical paths.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IConfigMapPathFactory
public interface IConfigMapPathFactory
type IConfigMapPathFactory = interface
Public Interface IConfigMapPathFactory

Remarks

IConfigMapPathFactory is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Methods

Create(String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates the interface for the mapping between configuration-file virtual and physical paths.

Applies to