ResXResourceWriter Constructor (TextWriter^)

 

Initializes a new instance of the ResXResourceWriter class that writes to the specified TextWriter object.

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

public:
ResXResourceWriter(
	TextWriter^ textWriter
)

Parameters

textWriter
Type: System.IO::TextWriter^

The TextWriter object to send the output to.

SecurityAction::LinkDemand

for full trust for the immediate caller. This member cannot be used by partially trusted code.

SecurityAction::InheritanceDemand

for full trust for inheritors. This member cannot be inherited by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: