C# Class TriAxis.RunSharp.Operands.Property

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
Property ( ApplicableFunction property, Operand target, Operand indexes ) : System

Méthodes protégées

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

Method Details

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

GetReturnType() public méthode

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

Property() public méthode

public Property ( ApplicableFunction property, Operand target, Operand indexes ) : System
property ApplicableFunction
target Operand
indexes Operand
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void