Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsolatedComponentLoadContext()

Internal.Runtime.InteropServices.IsolatedComponentLoadContext.IsolatedComponentLoadContext ( string componentAssemblyPath)
inline

Definition at line 13 of file IsolatedComponentLoadContext.cs.

14 : base("IsolatedComponentLoadContext(" + componentAssemblyPath + ")")
15 {
16 _resolver = new AssemblyDependencyResolver(componentAssemblyPath);
17 }

References Internal.Runtime.InteropServices.IsolatedComponentLoadContext._resolver.