IGlobalConfigurationProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented in a derived class, enables customization of the location of server-level configuration files.
public interface class IGlobalConfigurationProvider
public interface IGlobalConfigurationProvider
type IGlobalConfigurationProvider = interface
Public Interface IGlobalConfigurationProvider
Properties
FrameworkVersions |
Gets a read-only collection of configurable .NET Framework versions that are visible to the management service. |
ServerConfigurationPath |
Gets the directory that contains the Web server ApplicationHost.config file. |
Methods
GetFrameworkConfigurationPath(ManagementFrameworkVersion) |
Returns the directory that contains the .NET Framework configuration files for the specified .NET Framework version. |