Click or drag to resize

AssemblyLoaderService Class

Service that loads plugin assemblies and their dependencies. Special care is taken that almost all of the dependencies are loaded into the default AssemblyLoadContext in order to avoid multiple loadings of the same assembly into different contexts.
Inheritance Hierarchy
SystemObject
  Altaxo.AddInItemsAssemblyLoaderService

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AssemblyLoaderService

The AssemblyLoaderService type exposes the following members.

Constructors
 NameDescription
Public methodAssemblyLoaderServiceInitializes a new instance of the AssemblyLoaderService class
Top
Properties
 NameDescription
Public propertyStatic memberInstance Gets the instance of the service.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadAssemblyFromFullySpecifiedName Loads the assembly, using the full file name of the assembly.
Public methodLoadAssemblyFromPartialName Loads an assembly, given only the partial name of the assembly, e.g. 'AltaxoCore'. If the assembly is already loaded into the application domain, the already loaded assembly is returned.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also