C# Class TriAxis.RunSharp.Operands.Field

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

Méthodes publiques

Méthode Description
Field ( FieldInfo fi, Operand target ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Méthodes protégées

Méthode Description
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

EmitAddressOf() protected méthode

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

EmitGet() protected méthode

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

EmitSet() protected méthode

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
Résultat void

Field() public méthode

public Field ( FieldInfo fi, Operand target ) : System
fi System.Reflection.FieldInfo
target Operand
Résultat System

GetReturnType() public méthode

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

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void