示例#1
0
 public void Read(ClrModuleReader reader)
 {
     this.Generation = reader.Binary.ReadUInt16();
     this.Name = reader.ReadString();
     this.Mvid = reader.ReadGuid();
     this.EncId = reader.ReadGuid();
     this.EncBaseId = reader.ReadGuid();
 }
示例#2
0
 public void Read(ClrModuleReader reader)
 {
     this.Generation = reader.Binary.ReadUInt16();
     this.Name       = reader.ReadString();
     this.Mvid       = reader.ReadGuid();
     this.EncId      = reader.ReadGuid();
     this.EncBaseId  = reader.ReadGuid();
 }