Click or drag to resize

ResourceServiceImplGetResourceStream 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.3572.0 (4.8.3572.0)
Syntax
C#
public 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.

Implements

IResourceServiceGetResourceStream(String)
See Also