C# Class SharpOS.AOT.IR.Instructions.Stobj

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Stobj ( TypeReference typeReference, Register instance, Register value ) : System

Initializes a new instance of the Stobj class.

Method Details

Stobj() public method

Initializes a new instance of the Stobj class.
public Stobj ( TypeReference typeReference, Register instance, Register value ) : System
typeReference Mono.Cecil.TypeReference The type reference.
instance Register The instance.
value Register The value.
return System