IResourceServiceGetResourceStream Method |
Gets a resource as a stream. The retrieve resource stream is not cached.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax Stream? GetResourceStream(
string name
)
Parameters
- name String
- The name of the resource.
Return Value
StreamThe resource stream, or null if the resource don't exist.
See Also