C# 클래스 Mosa.Compiler.Framework.CIL.LoadInstruction

상속: BaseCILInstruction
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
LoadInstruction ( OpCode opCode )

Initializes a new instance of the LoadInstruction class.

보호된 메소드들

메소드 설명
LoadInstruction ( OpCode code, byte operandCount )

Initializes a new instance of the LoadInstruction class.

메소드 상세

LoadInstruction() 공개 메소드

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

LoadInstruction() 보호된 메소드

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.