C# Класс AsmResolver.X86.X86FormatterExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FormatInstruction ( this formatter, X86Instruction instruction ) : string

Formats an instruction to a readable string.

Описание методов

FormatInstruction() публичный статический Метод

Formats an instruction to a readable string.
public static FormatInstruction ( this formatter, X86Instruction instruction ) : string
formatter this The formatter to use.
instruction X86Instruction The isntruction to format.
Результат string