[]
        
(Showing Draft Content)

C1.Framework.ResourceLoader.GetStream

GetStream Method

GetStream(string)

Loads the specified manifest resource from the entry assembly.

Declaration
public static Stream GetStream(string name)
Public Shared Function GetStream(name As String) As Stream
Parameters
Type Name Description
string name

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

Returns
Type Description
Stream

A Stream representing this manifest resource.

GetStream(Assembly, string)

Loads the specified manifest resource from the specified assembly.

Declaration
public static Stream GetStream(Assembly a, string name)
Public Shared Function GetStream(a As Assembly, name As String) As Stream
Parameters
Type Name Description
Assembly a

An Assembly to load resource from.

string name

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

Returns
Type Description
Stream

A Stream representing this manifest resource.