public void Dispose() { if (Pdb is not null) { Pdb.Dispose(); } PeReader.Dispose(); stream.Dispose(); }