Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ResolvingUnmanagedDll
Func<
Assembly
,
string
,
IntPtr
>? System.Runtime.Loader.AssemblyLoadContext.ResolvingUnmanagedDll
add
remove
inherited
Definition at line
135
of file
AssemblyLoadContext.cs
.
136
{
137
add
138
{
139
_resolvingUnmanagedDll
+=
value
;
140
}
141
remove
142
{
143
_resolvingUnmanagedDll
-=
value
;
144
}
145
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Runtime.Loader.AssemblyLoadContext._resolvingUnmanagedDll
Func< Assembly, string, IntPtr >? _resolvingUnmanagedDll
Definition
AssemblyLoadContext.cs:129
System.ExceptionArgument.value
@ value
System
Runtime
Loader
IndividualAssemblyLoadContext
Generated by
1.10.0