C# Class TriAxis.RunSharp.Operands.NewDelegate

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
NewDelegate ( Type delegateType, Operand target, string methodName, ITypeMapper typeMapper ) : System
NewDelegate ( Type delegateType, Type targetType, string methodName, ITypeMapper typeMapper ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Initialize ( Type targetType, string methodName ) : 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

NewDelegate() public méthode

public NewDelegate ( Type delegateType, Operand target, string methodName, ITypeMapper typeMapper ) : System
delegateType IKVM.Reflection.Type
target Operand
methodName string
typeMapper ITypeMapper
Résultat System

NewDelegate() public méthode

public NewDelegate ( Type delegateType, Type targetType, string methodName, ITypeMapper typeMapper ) : System
delegateType IKVM.Reflection.Type
targetType IKVM.Reflection.Type
methodName string
typeMapper ITypeMapper
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void