C1.Win.8 Assembly / C1.Framework Namespace / ResourceLoader Class / GetStream Method / GetStream(String) Method
The case-insensitive name of the manifest resource being requested.

In This Topic
GetStream(String) Method
In This Topic
Loads the specified manifest resource from the entry assembly.
Syntax
'Declaration
 
Public Overloads Shared Function GetStream( _
   ByVal name As String _
) As Stream
 

Parameters

name
The case-insensitive name of the manifest resource being requested.

Return Value

A System.IO.Stream representing this manifest resource.
See Also