Table of Contents

Interface ICilInstructionFormatter

Namespace
AsmResolver.PE.DotNet.Cil
Assembly
AsmResolver.PE.dll

Provides members for formatting a CIL instruction to a human readable string.

public interface ICilInstructionFormatter

Methods

FormatInstruction(CilInstruction)

Formats a single instruction to a string.

string FormatInstruction(CilInstruction instruction)

Parameters

instruction CilInstruction

The instruction to format.

Returns

string

The string representing the instruction.