C# Class SharpOS.AOT.X86.CommentInstruction

Inheritance: Mono.Cecil.Cil.Instruction
Show file Open project: sharpos/SharpOS

Public Methods

Method Description
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

Method Details

CommentInstruction() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string