Class AssemblyLoadContextState
- Namespace
- Dynamicweb.Extensibility.Add
Ins
- Assembly
- Dynamicweb.Core.dll
- Inheritance
-
Assembly
Load Context State
- Inherited Members
Properties
Contexts
Gets all currently loaded Assembly
Property Value
Methods
Add(AssemblyLoadContext)
Adds the context so it can be used for type lookups.
Parameters
context
AssemblyLoad Context
Add(AssemblyLoadContext, bool)
Adds the context. If asIsolatedContext
is true, the context will be treated as isolated.
Isolated contexts cannot be used for type lookups.
Parameters
context
AssemblyLoad Context asIsolatedContext
bool
AddDependency(AssemblyLoadContext, string)
Adds a dependency to the given context.
Parameters
context
AssemblyLoad Context dependency
string
GetDependencies(AssemblyLoadContext)
Gets any dependencies that the given context may have.
Parameters
context
AssemblyLoad Context
Returns
Remove(AssemblyLoadContext)
Removes the context from the list of contexts. This includes isolated contexts.
Parameters
context
AssemblyLoad Context
RemoveDependency(string)
Removes the dependency from all contexts. This includes isolated contexts.
Parameters
dependency
string