Loads the specified manifest resource from the entry assembly.

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

Syntax

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

Parameters

name
Type: System..::..String
The case-insensitive name of the manifest resource being requested.

Return Value

A Stream representing this manifest resource.

See Also