Loads the specified manifest resource from the specified assembly.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static Stream GetStream(
	Assembly a,
	string name
)
Visual Basic (Declaration)
Public Shared Function GetStream ( _
	a As Assembly, _
	name As String _
) As Stream

Parameters

a
Type: System.Reflection..::..Assembly
An Assembly to load resource from.
name
Type: System..::..String
The case-insensitive name of the manifest resource being requested.

Return Value

A Stream representing this manifest resource.

See Also