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

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

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

Метод Описание
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