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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Process ( Method method ) : void

Processes the specified method.

UnboxAny ( Class type, Register result, Register instance ) : System

Initializes a new instance of the UnboxAny class.

Method Details

Process() public method

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

UnboxAny() public method

Initializes a new instance of the UnboxAny class.
public UnboxAny ( Class type, Register result, Register instance ) : System
type Class The type.
result Register The result.
instance Register The instance.
return System