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 (String)

Loads the specified resource from this assembly.

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

Parameters

name
The name of the resource being requested.

Return Value

A Stream representing this resource.

Remarks

The returned Stream has its file pointer set to the beginning of the resource.

See Also

Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetManifestResourceStream Overload List