C# Класс SharpOS.AOT.X86.CommentInstruction

Наследование: Mono.Cecil.Cil.Instruction
Показать файл Открыть проект

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

Метод Описание
CommentInstruction ( string value ) : System

CommentInstruction represents an assembler comment, which is ignored when encoding the output, but included when using the AOT's assembler dump feature.

ToString ( ) : string

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

CommentInstruction() публичный Метод

CommentInstruction represents an assembler comment, which is ignored when encoding the output, but included when using the AOT's assembler dump feature.
public CommentInstruction ( string value ) : System
value string The Comment.
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string