C# Class Mosa.Compiler.Framework.CIL.LoadInstruction

Inheritance: BaseCILInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
LoadInstruction ( OpCode opCode )

Initializes a new instance of the LoadInstruction class.

Méthodes protégées

Méthode Description
LoadInstruction ( OpCode code, byte operandCount )

Initializes a new instance of the LoadInstruction class.

Method Details

LoadInstruction() public méthode

Initializes a new instance of the LoadInstruction class.
public LoadInstruction ( OpCode opCode )
opCode OpCode The op code.

LoadInstruction() protected méthode

Initializes a new instance of the LoadInstruction class.
protected LoadInstruction ( OpCode code, byte operandCount )
code OpCode The code.
operandCount byte The number of operands of the load.