Click or drag to resize

ReferencedAssembliesAssembliesIncludedInClassReference Property

Gets the assemblies that are included in the class reference help file. This enumeration can be used to decide whether to look for help in the class reference help file or in the Microsoft library help.

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

Property Value

IEnumerableAssembly
See Also