C# Class DotNetWebToolkit.Cil2Js.Output.ExprJsResolvedMethod

Inheritance: Expr
显示文件 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName ) : System
ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName, IEnumerable args ) : System

Method Details

ExprJsResolvedMethod() public method

public ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName ) : System
ctx DotNetWebToolkit.Cil2Js.Ast.Ctx
returnType Mono.Cecil.TypeReference
obj Expr
methodName string
return System

ExprJsResolvedMethod() public method

public ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName, IEnumerable args ) : System
ctx DotNetWebToolkit.Cil2Js.Ast.Ctx
returnType Mono.Cecil.TypeReference
obj Expr
methodName string
args IEnumerable
return System