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!

Assembly.GetManifestResourceStream

Overloaded. Loads the specified resource from this assembly.

Overload List

Loads the specified resource from this assembly.

[Visual Basic] Overloads Overridable Public Function GetManifestResourceStream(String) As Stream
[C#] public virtual Stream GetManifestResourceStream(String);
[C++] public: virtual Stream* GetManifestResourceStream(String*);
[JScript] public function GetManifestResourceStream(String) : Stream;

Loads the specified resource, scoped by the namespace of the specified type, from this assembly.

[Visual Basic] Overloads Overridable Public Function GetManifestResourceStream(Type, String) As Stream
[C#] public virtual Stream GetManifestResourceStream(Type, String);
[C++] public: virtual Stream* GetManifestResourceStream(Type*, String);
[JScript] public function GetManifestResourceStream(Type, String) : Stream;

See Also

Assembly Class | Assembly Members | System.Reflection Namespace