Table of Contents

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

TableIndex

Methods

Write(BinaryStreamWriter, TableLayout)

Writes the row to an output stream.

void Write(BinaryStreamWriter writer, TableLayout layout)

Parameters

writer BinaryStreamWriter

The output stream writer.

layout TableLayout

The new layout of the table.