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

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

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

Метод Описание
DataInstruction ( bool indent, string label, string reference, string name, string parameters, Memory rmMemory, Register rmRegister, Register register, object value, string encoding ) : System

DataInstruction represents a data value encoded into the output image.

Encode ( bool bits32, BinaryWriter binaryWriter ) : bool

Encodes the specified bits32.

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

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

DataInstruction represents a data value encoded into the output image.
public DataInstruction ( bool indent, string label, string reference, string name, string parameters, Memory rmMemory, Register rmRegister, Register register, object value, string encoding ) : System
indent bool if set to true, the data instruction is indented in the ASM dump
label string The label.
reference string The reference.
name string The name.
parameters string The parameters.
rmMemory Memory The rm memory.
rmRegister Register The rm register.
register Register The register.
value object The value.
encoding string The encoding.
Результат System

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

Encodes the specified bits32.
public Encode ( bool bits32, BinaryWriter binaryWriter ) : bool
bits32 bool if set to true [bits32].
binaryWriter System.IO.BinaryWriter The binary writer.
Результат bool