C# 클래스 DotNetWebToolkit.Cil2Js.Ast.StmtTry

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

공개 메소드들

메소드 설명
StmtTry ( Ctx ctx, Instruction @try, Instruction @catch, Instruction @finally, TypeReference catchType ) : System
StmtTry ( Ctx ctx, Stmt @try, IEnumerable catches, Stmt @finally ) : System

비공개 메소드들

메소드 설명
IInstructionMappable ( Dictionary map ) : void

메소드 상세

StmtTry() 공개 메소드

public StmtTry ( Ctx ctx, Instruction @try, Instruction @catch, Instruction @finally, TypeReference catchType ) : System
ctx Ctx
@try Mono.Cecil.Cil.Instruction
@catch Mono.Cecil.Cil.Instruction
@finally Mono.Cecil.Cil.Instruction
catchType Mono.Cecil.TypeReference
리턴 System

StmtTry() 공개 메소드

public StmtTry ( Ctx ctx, Stmt @try, IEnumerable catches, Stmt @finally ) : System
ctx Ctx
@try Stmt
catches IEnumerable
@finally Stmt
리턴 System