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

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

Méthodes publiques

Méthode Description
Isinst ( Class type, Register result, Register instance ) : System

Initializes a new instance of the Isinst class.

Process ( Method method ) : void

Processes the specified method.

Method Details

Isinst() public méthode

Initializes a new instance of the Isinst class.
public Isinst ( Class type, Register result, Register instance ) : System
type Class The type.
result Register The result.
instance Register The instance.
Résultat System

Process() public méthode

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Résultat void