Configuration.AssemblyStringTransformer Property
.NET Framework (current version)
Specifies a function delegate that is used to transform assembly strings in configuration files.
Assembly: System.Configuration (in System.Configuration.dll)
This property enables a consumer of the .NET Framework configuration system to set a function delegate that is used to transform assembly strings found in configuration files. Visual Studio 2010 uses this property when a project is targeted for an earlier version of the .NET Framework. The function makes sure that assembly strings are formatted correctly for the targeted version of the .NET Framework when configuration files are updated.
.NET Framework
Available since 4.0
Available since 4.0
Show: