Click or drag to resize

ReflectionServiceContains Method

Determines whether or not a given AssemblyName is contained in a list of names. This is done here by comparing the FullNames.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool Contains(
	AssemblyName[] assemblyNames,
	AssemblyName searchedName
)

Parameters

assemblyNames  AssemblyName
List of AssemblyNames.
searchedName  AssemblyName
The AssemblyName for which to determine if it is contained in the list.

Return Value

Boolean
True if it is contained in the list.
See Also