Interface IMetadataRow
- Namespace
- AsmResolver.PE.DotNet.Metadata.Tables
- Assembly
- AsmResolver.PE.dll
Represents a single row in a metadata table.
public interface IMetadataRow : IReadOnlyList<uint>, IReadOnlyCollection<uint>, IEnumerable<uint>, IEnumerable
- Inherited Members
Properties
TableIndex
Gets or sets the index of the table that this row is stored in.
TableIndex TableIndex { get; }
Property Value
Methods
Write(BinaryStreamWriter, TableLayout)
Writes the row to an output stream.
void Write(BinaryStreamWriter writer, TableLayout layout)
Parameters
writer
BinaryStreamWriterThe output stream writer.
layout
TableLayoutThe new layout of the table.