Loads the specified manifest resource from the entry assembly.
'Declaration
Public Overloads Shared Function GetStream( _
ByVal As String _
) As Stream
public static Stream GetStream(
string
)
Parameters
- name
- The case-insensitive name of the manifest resource being requested.
Return Value
A
System.IO.Stream representing this manifest resource.