C# 클래스 SharpOS.AOT.X86.CommentInstruction

상속: Mono.Cecil.Cil.Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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