ResXResourceWriter Constructor (Stream^, Func<Type^, String^>^)

.NET Framework (current version)
 

Initializes a new instance of the ResXResourceWriter class that writes the resources to a specified stream object and sets a converter delegate. This delegate enables resource assemblies to be written that target versions of the .NET Framework before the .NET Framework 4 by using qualified assembly names. 

Namespace:   System.Resources
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ResXResourceWriter(
	Stream^ stream,
	Func<Type^, String^>^ typeNameConverter
)

Parameters

stream
Type: System.IO::Stream^

The stream to send the output to.

typeNameConverter
Type: System::Func<Type^, String^>^

The delegate that is used to target earlier versions of the .NET Framework.

Visual Studio and MSBuild use this constructor when you create resources for an application that target versions of the .NET Framework before the .NET Framework 4.

.NET Framework
Available since 4.0
Return to top
Show: