public void Read(ClrModuleReader reader) { this.Version = reader.ReadVersion(); this.Flags = (AssemblyFlags)reader.Binary.ReadUInt32(); this.PublicKeyOrToken = reader.ReadBlob(); this.Name = reader.ReadString(); this.Culture = reader.ReadString(); this.HashValue = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Type = (ElementType)reader.Binary.ReadByte(); byte padding = reader.Binary.ReadByte(); this.Parent = reader.ReadCodedIndex<HasConstant>(); this.Value = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Type = (ElementType)reader.Binary.ReadByte(); byte padding = reader.Binary.ReadByte(); this.Parent = reader.ReadCodedIndex <HasConstant>(); this.Value = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.HashAlgId = (AssemblyHashAlgorithm)reader.Binary.ReadUInt32(); this.Version = reader.ReadVersion(); this.Flags = (AssemblyFlags)reader.Binary.ReadUInt32(); this.PublicKey = reader.ReadBlob(); this.Name = reader.ReadString(); this.Culture = reader.ReadString(); }
public void Read(ClrModuleReader reader) { this.Parent = reader.ReadCodedIndex<HasFieldMarshal>(); this.NativeType = new MarshalSpec(reader.ReadBlob()); }
public void Read(ClrModuleReader reader) { this.Parent = reader.ReadCodedIndex <HasCustomAttribute>(); this.Type = reader.ReadCodedIndex <CustomAttributeType>(); this.Value = new CustomAttributeData(reader.ReadBlob()); }
public void Read(ClrModuleReader reader) { this.SignatureBlob = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Parent = reader.ReadCodedIndex <HasFieldMarshal>(); this.NativeType = new MarshalSpec(reader.ReadBlob()); }
public void Read(ClrModuleReader reader) { this.Action = (SecurityAction)reader.Binary.ReadUInt16(); this.Parent = reader.ReadCodedIndex <HasDeclSecurity>(); this.PermissionSet = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Flags = (FileAttributes)reader.Binary.ReadUInt32(); this.Name = reader.ReadString(); this.HashValue = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Parent = reader.ReadCodedIndex<HasCustomAttribute>(); this.Type = reader.ReadCodedIndex<CustomAttributeType>(); this.Value = new CustomAttributeData(reader.ReadBlob()); }
public void Read(ClrModuleReader reader) { this.Class = reader.ReadCodedIndex <MemberRefParent>(); this.Name = reader.ReadString(); this.SignatureBlob = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Class = reader.ReadCodedIndex<MemberRefParent>(); this.Name = reader.ReadString(); this.SignatureBlob = reader.ReadBlob(); }
public void Read(ClrModuleReader reader) { this.Action = (SecurityAction)reader.Binary.ReadUInt16(); this.Parent = reader.ReadCodedIndex<HasDeclSecurity>(); this.PermissionSet = reader.ReadBlob(); }