Ejemplo n.º 1
0
 internal ManifestResourceRow(
   uint offset,
   ManifestResourceFlags flags,
   uint name,
   uint implementation)
 {
     this.Offset = offset;
     this.Flags = flags;
     this.Name = name;
     this.Implementation = implementation;
 }
Ejemplo n.º 2
0
 internal ManifestResourceRow(
     uint offset,
     ManifestResourceFlags flags,
     uint name,
     uint implementation)
 {
     this.Offset         = offset;
     this.Flags          = flags;
     this.Name           = name;
     this.Implementation = implementation;
 }