Click or drag to resize

ReferencedAssembliesAddTemporaryUserAssembly Method

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.

Namespace: Altaxo.Settings.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void AddTemporaryUserAssembly(
	Assembly asm
)

Parameters

asm  Assembly
Provided assembly to add.
See Also