C# Class Mosa.Compiler.Framework.Stages.UnboxValueTypeStage

Unboxes value types when we are virtually calling a method on a boxed value type.
Inheritance: BaseMethodCompilerStage
Show file Open project: tgiphil/MOSA-Project

Protected Methods

Method Description
Finish ( ) : void
Run ( ) : void

Private Methods

Method Description
IsInterfaceMethod ( ) : bool
OverridesMethod ( ) : bool

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Run() protected method

protected Run ( ) : void
return void