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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Convert ( Type type, Register result, Register value ) : System

Initializes a new instance of the Convert class.

GetResultType ( Type type ) : InternalType

Gets the type.

Method Details

Convert() public method

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.
return System

GetResultType() public method

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