C# Class TriAxis.RunSharp.Operand.Reference

Inheritance: Operand
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
Reference ( Operand op ) : System

Méthodes protégées

Méthode Description
EmitAddressOf ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

EmitAddressOf() protected méthode

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type

Reference() public méthode

public Reference ( Operand op ) : System
op Operand
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void