ResXResourceReader Constructor (Stream^, ITypeResolutionService^)
.NET Framework (current version)
Initializes a new instance of the ResXResourceReader class using an input stream and a type resolution service.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- stream
-
Type:
System.IO::Stream^
An input stream that contains resources.
- typeResolver
-
Type:
System.ComponentModel.Design::ITypeResolutionService^
An object that resolves type names specified in a resource.
SecurityAction::LinkDemandSecurityAction::InheritanceDemand
for full trust for the immediate caller. This member cannot be used by partially trusted code.
for full trust for inheritors. This member cannot be inherited by partially trusted code.
.NET Framework
Available since 1.1
Available since 1.1
Show: