Click or drag to resize

AddInRuntimes Property

Gets the runtime definitions of the add-in.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IReadOnlyList<Runtime> Runtimes { get; }

Property Value

IReadOnlyListRuntime
See Also