public PEAPI.HandlerBlock Resolve(CodeGen code_gen, MethodDef method)
        {
            PEAPI.CILLabel from     = handler_block.GetFromLabel(code_gen, method);
            PEAPI.CILLabel to       = handler_block.GetToLabel(code_gen, method);
            PEAPI.Finally  phinally = new PEAPI.Finally(from, to);

            return(phinally);
        }
Exemplo n.º 2
0
                public PEAPI.HandlerBlock Resolve (CodeGen code_gen, MethodDef method)
                {
                        PEAPI.CILLabel from = handler_block.GetFromLabel (code_gen, method);
                        PEAPI.CILLabel to = handler_block.GetToLabel (code_gen, method);
                        PEAPI.Finally phinally = new PEAPI.Finally (from, to);

                        return phinally;
                }