C# Class DotNetWebToolkit.Cil2Js.Ast.StmtTry

Inheritance: Stmt, IInstructionMappable
Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IInstructionMappable ( Dictionary map ) : void

Method Details

StmtTry() public méthode

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
Résultat System

StmtTry() public méthode

public StmtTry ( Ctx ctx, Stmt @try, IEnumerable catches, Stmt @finally ) : System
ctx Ctx
@try Stmt
catches IEnumerable
@finally Stmt
Résultat System