Class CilInstructionFormatterAdapter
- Namespace
- Echo.Platforms.AsmResolver
- Assembly
- Echo.Platforms.AsmResolver.dll
Provides a custom formatter for CilInstructions.
public class CilInstructionFormatterAdapter : CilInstructionFormatter, ICilInstructionFormatter, IInstructionFormatter<CilInstruction>
- Inheritance
-
CilInstructionFormatterAdapter
- Implements
- Inherited Members
Methods
Format(in CilInstruction)
Formats a given CilInstruction.
public string Format(in CilInstruction instruction)
Parameters
instructionCilInstructionThe CilInstruction to format.
Returns
- string
The formatted
instruction.