ResXResourceReader Constructor (Stream^)

 

Initializes a new instance of the ResXResourceReader class for the specified stream.

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

public:
ResXResourceReader(
	Stream^ stream
)

Parameters

stream
Type: System.IO::Stream^

An input stream that contains resources.

System_CAPS_noteNote

The Dispose and Close methods do not close the stream you specify in this constructor.

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: