Table of Contents

Interface IWritable

Namespace
AsmResolver
Assembly
AsmResolver.dll

Represents a structure that can be serialized to an output stream.

public interface IWritable

Methods

GetPhysicalSize()

Computes the number of bytes that the structure contains.

uint GetPhysicalSize()

Returns

uint

The number of bytes.

Write(IBinaryStreamWriter)

Serializes the structure to an output stream.

void Write(IBinaryStreamWriter writer)

Parameters

writer IBinaryStreamWriter

The output stream to write the data to.