Loads the specified manifest resource from the specified assembly.
'Declaration
Public Overloads Shared Function GetStream( _
ByVal As System.Reflection.Assembly, _
ByVal As System.String _
) As System.IO.Stream
public static System.IO.Stream GetStream(
System.Reflection.Assembly ,
System.string
)
Parameters
- a
- An System.Reflection.Assembly to load resource from.
- name
- The case-insensitive name of the manifest resource being requested.
Return Value
A System.IO.Stream representing this manifest resource.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2