Click or drag to resize

ReferencedAssembliesAll Property

Gets all assemblies that should be referenced when compiling a script.

Namespace: Altaxo.Settings.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<Assembly> All { get; }

Property Value

IEnumerableAssembly
See Also