public PEStream(string filePath, bool partialConstruct)
 {
     this._streamComponents = new StreamComponentList();
     this._dataDirectories = new ArrayList();
     this._sectionHeaders = new ArrayList();
     this._sections = new ArrayList();
     this.ConstructFromFile(filePath, partialConstruct);
 }
 public PEStream(string filePath, bool partialConstruct)
 {
     this._streamComponents = new StreamComponentList();
     this._dataDirectories  = new ArrayList();
     this._sectionHeaders   = new ArrayList();
     this._sections         = new ArrayList();
     this.ConstructFromFile(filePath, partialConstruct);
 }