Scheduler for WPF | ComponentOne
C1.WPF.Schedule 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
    public static Stream GetStream( 
       string name
    )

    Parameters

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

    Return Value

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