System.Runtime.Loader.AssemblyLoadContext
E697567
System.Runtime.Loader.AssemblyLoadContext is a .NET class that provides an isolation and extensibility mechanism for dynamically loading and managing assemblies at runtime.
All labels observed (1)
| Label | Occurrences |
|---|---|
| System.Runtime.Loader.AssemblyLoadContext canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T7897629 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: System.Runtime.Loader.AssemblyLoadContext Context triple: [System.Reflection, relatedTo, System.Runtime.Loader.AssemblyLoadContext]
-
A.
Mono runtime
Mono runtime is an open-source implementation of Microsoft’s .NET framework that enables cross-platform execution of .NET applications on systems such as Linux, macOS, and mobile devices.
-
B.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
-
C.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
D.
dynamic loader (ld-linux)
dynamic loader (ld-linux) is the GNU C Library component responsible for loading and linking shared libraries at program startup and runtime on GNU/Linux systems.
-
E.
dotnet/runtime
dotnet/runtime is the main open-source GitHub repository for the .NET runtime, including the core runtime, libraries, and related infrastructure used to build and run .NET applications.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: System.Runtime.Loader.AssemblyLoadContext Target entity description: System.Runtime.Loader.AssemblyLoadContext is a .NET class that provides an isolation and extensibility mechanism for dynamically loading and managing assemblies at runtime.
-
A.
Mono runtime
Mono runtime is an open-source implementation of Microsoft’s .NET framework that enables cross-platform execution of .NET applications on systems such as Linux, macOS, and mobile devices.
-
B.
Common Language Runtime
The Common Language Runtime is the virtual machine component of Microsoft's .NET platform that manages code execution, memory, security, and other runtime services for .NET applications.
-
C.
System.Reflection
System.Reflection is a .NET namespace that provides types and APIs for inspecting and interacting with metadata about assemblies, modules, and types at runtime.
-
D.
dynamic loader (ld-linux)
dynamic loader (ld-linux) is the GNU C Library component responsible for loading and linking shared libraries at program startup and runtime on GNU/Linux systems.
-
E.
dotnet/runtime
dotnet/runtime is the main open-source GitHub repository for the .NET runtime, including the core runtime, libraries, and related infrastructure used to build and run .NET applications.
- F. None of above. chosen
Statements (50)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
managed class ⓘ public class ⓘ |
| assembly | System.Runtime.Loader.dll NERFINISHED ⓘ |
| availableIn |
.NET 5+
ⓘ
.NET Core NERFINISHED ⓘ |
| defaultContext | System.Runtime.Loader.AssemblyLoadContext.Default ⓘ |
| documentation | https://learn.microsoft.com/dotnet/api/system.runtime.loader.assemblyloadcontext ⓘ |
| enumerates | all active contexts via All property ⓘ |
| hasConstructor |
AssemblyLoadContext()
NERFINISHED
ⓘ
AssemblyLoadContext(string) NERFINISHED ⓘ AssemblyLoadContext(string,bool) ⓘ |
| hasEvent |
Resolving
ⓘ
ResolvingUnmanagedDll ⓘ Unloading ⓘ |
| hasMethod |
LoadFromAssemblyName(AssemblyName)
ⓘ
LoadFromAssemblyPath(string) ⓘ LoadFromStream(Stream) ⓘ LoadFromStream(Stream,Stream) ⓘ LoadUnmanagedDll(string) ⓘ LoadUnmanagedDllFromPath(string) ⓘ ToString() ⓘ Unload() ⓘ |
| hasProperty |
Assemblies
ⓘ
IsCollectible ⓘ Name ⓘ ResolvedUnmanagedDlls ⓘ |
| hasStaticMethod |
GetAssemblyName(string)
ⓘ
GetLoadContext(Assembly) ⓘ |
| hasStaticProperty |
All
ⓘ
Default ⓘ |
| hasVirtualMethod |
GetResolvedAssembly(AssemblyName)
ⓘ
Load(AssemblyName) ⓘ LoadUnmanagedDll(string) ⓘ |
| inheritsFrom | System.Object NERFINISHED ⓘ |
| introducedIn | .NET Core 1.0 NERFINISHED ⓘ |
| lifecycle | context is eligible for unloading after all references are released and Unload is called ⓘ |
| namespace | System.Runtime.Loader NERFINISHED ⓘ |
| purpose |
control assembly loading and unloading at runtime
ⓘ
enable extensible assembly loading behavior ⓘ provide isolation for dynamically loaded assemblies ⓘ support plugin-like scenarios ⓘ |
| relatedConcept | AppDomain (legacy isolation mechanism) NERFINISHED ⓘ |
| supports | unloading of assemblies via collectible contexts ⓘ |
| supportsFeature | collectible contexts that can be unloaded ⓘ |
| threadSafety | not guaranteed to be thread-safe for all operations ⓘ |
| usedFor |
controlling assembly resolution
ⓘ
implementing plugin architectures ⓘ loading assemblies into isolated contexts ⓘ side-by-side loading of different assembly versions ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: System.Runtime.Loader.AssemblyLoadContext Description of subject: System.Runtime.Loader.AssemblyLoadContext is a .NET class that provides an isolation and extensibility mechanism for dynamically loading and managing assemblies at runtime.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.