C# 클래스 DotNetWebToolkit.Cil2Js.Output.ExprJsResolvedMethod

상속: Expr
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
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