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;
A Stream representing this resource.
The returned Stream has its file pointer set to the beginning of the resource.
Assembly Class | Assembly Members | System.Reflection Namespace | Assembly.GetManifestResourceStream Overload List