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

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

공개 메소드들

메소드 설명
Convert ( Type type, Register result, Register value ) : System

Initializes a new instance of the Convert class.

GetResultType ( Type type ) : InternalType

Gets the type.

메소드 상세

Convert() 공개 메소드

Initializes a new instance of the Convert class.
public Convert ( Type type, Register result, Register value ) : System
type System.Type The type.
result Register The result.
value Register The value.
리턴 System

GetResultType() 공개 메소드

Gets the type.
public GetResultType ( Type type ) : InternalType
type System.Type The type.
리턴 InternalType