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

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

Méthodes protégées

Méthode Description
Finish ( ) : void
Run ( ) : void

Private Methods

Méthode Description
IsInterfaceMethod ( ) : bool
OverridesMethod ( ) : bool

Method Details

Finish() protected méthode

protected Finish ( ) : void
Résultat void

Run() protected méthode

protected Run ( ) : void
Résultat void