C# Class TriAxis.RunSharp.Operands.NewDelegate

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method 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

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Private Methods

Method Description
Initialize ( Type targetType, string methodName ) : void

Method Details

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type

NewDelegate() public method

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

NewDelegate() public method

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

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void