Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ResourceLoader Class / GetStream Method / GetStream(Assembly,String) Method
An System.Reflection.Assembly to load resource from.
The case-insensitive name of the manifest resource being requested.

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

    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.
    See Also