Exemplo n.º 1
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.Fault fault = new PEAPI.Fault (from, to);

                        return fault;
                }
        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.Fault    fault = new PEAPI.Fault(from, to);

            return(fault);
        }