C# 클래스 SharpOS.AOT.IR.Instructions.Stelem

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Stelem ( InternalType type, Register first, Register second, Register value ) : System

Initializes a new instance of the Stelem class.

메소드 상세

Stelem() 공개 메소드

Initializes a new instance of the Stelem class.
public Stelem ( InternalType type, Register first, Register second, Register value ) : System
type InternalType The type.
first Register The first.
second Register The second.
value Register The value.
리턴 System