Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
Use deferred reading to side-step dependency loading
  • Loading branch information
filmor committed Apr 11, 2020
commit baf0535afaf55bdf672a73610e35ed01c3425b2b
2 changes: 0 additions & 2 deletions Python.Loader/Loader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public Loader(Stream stream)
{
assembly = AssemblyDefinition.ReadAssembly(stream, new ReaderParameters
{
ReadWrite = true,
ReadingMode = ReadingMode.Immediate,
InMemory = true,
});
}
Expand Down