C# Class SharpOS.AOT.X86.TimesInstruction

Inheritance: Mono.Cecil.Cil.Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
TimesInstruction ( UInt32 length, Byte value ) : System

Initializes a new instance of the TimesInstruction class.

Method Details

TimesInstruction() public méthode

Initializes a new instance of the TimesInstruction class.
public TimesInstruction ( UInt32 length, Byte value ) : System
length System.UInt32 The length.
value Byte The value.
Résultat System