Table of Contents

Interface IMetadataStreamBuffer

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

Represents a mutable buffer for a metadata stream.

public interface IMetadataStreamBuffer

Properties

IsEmpty

Gets a value indicating whether the metadata stream buffer does not contain any data.

bool IsEmpty { get; }

Property Value

bool

Name

Gets the name of the stream.

string Name { get; }

Property Value

string

Methods

CreateStream()

Serializes the buffer to a metadata stream.

IMetadataStream CreateStream()

Returns

IMetadataStream

The stream.