Table of Contents

Interface IMetadataTableBuffer

Namespace
AsmResolver.DotNet.Builder.Metadata
Assembly
AsmResolver.DotNet.dll

Provides members for constructing a new metadata table.

public interface IMetadataTableBuffer

Properties

Count

Gets the number of rows that were added to the buffer.

int Count { get; }

Property Value

int

Methods

Clear()

Clears the table buffer.

void Clear()

FlushToTable()

Submits all rows to the underlying table stream.

void FlushToTable()