Esempio n. 1
0
 /// <inheritdoc/>
 internal ENCMetadata(MetadataHeader mdHeader, bool isStandalonePortablePdb, CLRRuntimeReaderKind runtime)
     : base(mdHeader, isStandalonePortablePdb)
 {
     this.runtime = runtime;
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public ENCMetadata(IPEImage peImage, ImageCor20Header cor20Header, MetadataHeader mdHeader, CLRRuntimeReaderKind runtime)
     : base(peImage, cor20Header, mdHeader)
 {
     this.runtime = runtime;
 }