Click or drag to resize

IResourceServiceGetResourceStream Method

Gets a resource as a stream. The retrieve resource stream is not cached.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Stream? GetResourceStream(
	string name
)

Parameters

name  String
The name of the resource.

Return Value

Stream
The resource stream, or null if the resource don't exist.
See Also