ResXResourceWriter Constructor (Stream^)

 

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

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

public:
ResXResourceWriter(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

The output stream.

System_CAPS_noteNote

The Close method closes the stream you specify as a parameter. To write the resource to the stream without closing the stream, you must use the Generate method.

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: