C# Класс DotNetWebToolkit.Cil2Js.Output.ExprJsResolvedMethod

Наследование: Expr
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName ) : System
ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName, IEnumerable args ) : System

Описание методов

ExprJsResolvedMethod() публичный Метод

public ExprJsResolvedMethod ( Ctx ctx, TypeReference returnType, Expr obj, string methodName ) : System
ctx DotNetWebToolkit.Cil2Js.Ast.Ctx
returnType Mono.Cecil.TypeReference
obj Expr
methodName string
Результат System

ExprJsResolvedMethod() публичный Метод

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
Результат System