Click or drag to resize

ReferencedAssemblies Class

This class is responsible for holding the name of all those assemblies that should be referenced in scripts.
Inheritance Hierarchy
SystemObject
  Altaxo.Settings.ScriptingReferencedAssemblies

Namespace: Altaxo.Settings.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class ReferencedAssemblies

The ReferencedAssemblies type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAll Gets all assemblies that should be referenced when compiling a script.
Public propertyStatic memberAssembliesIncludedInClassReference 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.
Top
Methods
 NameDescription
Public methodStatic memberAddTemporaryUserAssembly Adds a assembly to the list of temporary user assemblies. If already in the list, it is assumed that the provided assembly is newer, so this assembly will replace that in the list.
Public methodStatic memberInitialize 
Top
Fields
 NameDescription
Public fieldStatic memberAssemblyAdded 
Top
See Also