C# Class DotNetWebToolkit.Cil2Js.Ast.StmtTry

Inheritance: Stmt, IInstructionMappable
显示文件 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
StmtTry ( Ctx ctx, Instruction @try, Instruction @catch, Instruction @finally, TypeReference catchType ) : System
StmtTry ( Ctx ctx, Stmt @try, IEnumerable catches, Stmt @finally ) : System

Private Methods

Method Description
IInstructionMappable ( Dictionary map ) : void

Method Details

StmtTry() public method

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
return System

StmtTry() public method

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