C# Class SharpOS.AOT.X86.OrgInstruction

Inheritance: Mono.Cecil.Cil.Instruction
Show file Open project: sharpos/SharpOS

Public Methods

Method Description
OrgInstruction ( UInt32 value ) : System

Initializes a new instance of the OrgInstruction class.

Method Details

OrgInstruction() public method

Initializes a new instance of the OrgInstruction class.
public OrgInstruction ( UInt32 value ) : System
value System.UInt32 The value.
return System