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

Наследование: DataInstruction
Показать файл Открыть проект

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

Метод Описание
ByteDataInstruction ( byte value ) : System

Initializes a new instance of the ByteDataInstruction class.

ByteDataInstruction ( string values ) : System

Initializes a new instance of the ByteDataInstruction class.

Encode ( bool bits32, BinaryWriter binaryWriter ) : bool

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

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

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( byte value ) : System
value byte The value.
Результат System

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

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( string values ) : System
values string The values.
Результат System

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

public Encode ( bool bits32, BinaryWriter binaryWriter ) : bool
bits32 bool
binaryWriter System.IO.BinaryWriter
Результат bool