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

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

공개 메소드들

메소드 설명
AlignInstruction ( UInt32 value ) : System

AlignInstruction causes the AOT to burn a few bytes so that the address of the following data will align to the desired boundaries. The resulting offset will be a multiple of value.

메소드 상세

AlignInstruction() 공개 메소드

AlignInstruction causes the AOT to burn a few bytes so that the address of the following data will align to the desired boundaries. The resulting offset will be a multiple of value.
public AlignInstruction ( UInt32 value ) : System
value System.UInt32 The value.
리턴 System