C# Class TriAxis.RunSharp.Operands.CustomIL

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

Méthodes publiques

Méthode Description
CustomIL ( RunSharpAction emitGet, Type t ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void

Method Details

CustomIL() public méthode

public CustomIL ( RunSharpAction emitGet, Type t ) : System
emitGet RunSharpAction
t IKVM.Reflection.Type
Résultat System

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