IGlobalConfigurationProvider.GetFrameworkConfigurationPath Method
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.
Returns the directory that contains the .NET Framework configuration files for the specified .NET Framework version.
public:
System::String ^ GetFrameworkConfigurationPath(Microsoft::Web::Management::Server::ManagementFrameworkVersion ^ version);
public string GetFrameworkConfigurationPath (Microsoft.Web.Management.Server.ManagementFrameworkVersion version);
abstract member GetFrameworkConfigurationPath : Microsoft.Web.Management.Server.ManagementFrameworkVersion -> string
Public Function GetFrameworkConfigurationPath (version As ManagementFrameworkVersion) As String
Parameters
- version
- ManagementFrameworkVersion
The .NET Framework version.
Returns
The directory that contains the .NET Framework configuration files (specifically, Machine.config and Web.config) for the specified .NET Framework version.