C# Class SharpOS.AOT.X86.ByteDataInstruction

Inheritance: DataInstruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
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

Method Details

ByteDataInstruction() public méthode

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( byte value ) : System
value byte The value.
Résultat System

ByteDataInstruction() public méthode

Initializes a new instance of the ByteDataInstruction class.
public ByteDataInstruction ( string values ) : System
values string The values.
Résultat System

Encode() public méthode

public Encode ( bool bits32, BinaryWriter binaryWriter ) : bool
bits32 bool
binaryWriter System.IO.BinaryWriter
Résultat bool