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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method 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 method

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

Process() public method

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
return void