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

◆ LoadFromInMemoryModule()

Assembly System.Runtime.Loader.AssemblyLoadContext.LoadFromInMemoryModule ( IntPtr moduleHandle)
inlinepackageinherited

Definition at line 242 of file AssemblyLoadContext.cs.

243 {
244 if (moduleHandle == IntPtr.Zero)
245 {
246 throw new ArgumentNullException("moduleHandle");
247 }
249 {
251 RuntimeAssembly o = null;
253 return o;
254 }
255 }
static IntPtr LoadFromInMemoryModuleInternal(IntPtr ptrNativeAssemblyLoadContext, IntPtr hModule, ObjectHandleOnStack retAssembly)

References System.Runtime.Loader.AssemblyLoadContext._nativeAssemblyLoadContext, System.Runtime.Loader.AssemblyLoadContext._unloadLock, System.Runtime.Loader.AssemblyLoadContext.LoadFromInMemoryModuleInternal(), System.Runtime.Loader.AssemblyLoadContext.VerifyIsAlive(), and System.IntPtr.Zero.

Referenced by Internal.Runtime.InteropServices.InMemoryAssemblyLoader.LoadInMemoryAssembly().