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

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

GetResultType() public méthode

Gets the type.
public GetResultType ( Type type ) : InternalType
type System.Type The type.
Résultat InternalType