Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IndividualAssemblyLoadContext.cs
Go to the documentation of this file.
1
namespace
System.Runtime.Loader
;
2
3
internal
sealed
class
IndividualAssemblyLoadContext
:
AssemblyLoadContext
4
{
5
internal
IndividualAssemblyLoadContext
(
string
name)
6
: base(representsTPALoadContext: false, isCollectible: false, name)
7
{
8
}
9
}
System.Runtime.Loader.AssemblyLoadContext
Definition
AssemblyLoadContext.cs:15
System.Runtime.Loader.IndividualAssemblyLoadContext.IndividualAssemblyLoadContext
IndividualAssemblyLoadContext(string name)
Definition
IndividualAssemblyLoadContext.cs:5
System.Runtime.Loader.IndividualAssemblyLoadContext
Definition
IndividualAssemblyLoadContext.cs:4
System.Runtime.Loader
Definition
AssemblyDependencyResolver.cs:8
source
System.Private.CoreLib
System.Runtime.Loader
IndividualAssemblyLoadContext.cs
Generated by
1.10.0