NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ResourceReader Constructor

Initializes a new instance of the ResourceReader class.

Overload List

Initializes a new instance of the ResourceReader class for the specified resource file.

[Visual Basic] Overloads Public Sub New(String)
[C#] public ResourceReader(String);
[C++] public: ResourceReader(String*);
[JScript] public function ResourceReader(String);

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

[Visual Basic] Overloads Public Sub New(Stream)
[C#] public ResourceReader(Stream);
[C++] public: ResourceReader(Stream*);
[JScript] public function ResourceReader(Stream);

See Also

ResourceReader Class | ResourceReader Members | System.Resources Namespace