C# Class SharpOS.AOT.X86.TimesInstruction

Inheritance: Mono.Cecil.Cil.Instruction
ファイルを表示 Open project: sharpos/SharpOS

Public Methods

Method Description
TimesInstruction ( UInt32 length, Byte value ) : System

Initializes a new instance of the TimesInstruction class.

Method Details

TimesInstruction() public method

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