C# Class TriAxis.RunSharp.Operands.Invocation

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
Invocation ( ApplicableFunction method, Operand target, Operand args ) : System

Méthodes protégées

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

Method Details

EmitGet() protected méthode

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

GetReturnType() public méthode

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

Invocation() public méthode

public Invocation ( ApplicableFunction method, Operand target, Operand args ) : System
method ApplicableFunction
target Operand
args Operand
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void