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.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if it is contained in the list.
See Also