zoukankan      html  css  js  c++  java
  • .NET 代码注入 CodeInject

    CInject (or CodeInject) 允许直接往托管的代码中注入代码,而无需反编译。可在单个或者多个方法中注入你要执行的代码。使用 CInject 时你无需了解目标应用的细节,你通过注入来轻松对应用功能进行改造.

    Provides runtime intelligence such as 

    • Values of arguments to the called function
    • Object life time of a method / variables called within the method
    • Allows customization of logging or diagnostics
    • Allows extension of injectors to tailor your own solution as the need be
    • Measure the method execution time to check performance

    Build your own plugins using CInject information

    • CInject supports building your own plugins
    • The plugin receives information from the application such as
      • Target assembly & method
      • Injector assembly & method
      • Processing details, results with timestamp
      • Exceptions and errors
    • Customized Plugin menu in CInject application

    项目主页 http://codeinject.codeplex.com/

  • 相关阅读:
    Java自定义异常
    Java异常处理教程
    Java异常抛出
    Java泛型方法和构造函数
    Java泛型类
    Java继承方法隐藏(覆盖)
    Java继承和构造函数
    Java方法覆盖教程
    PHP设置时区
    PHPCMS v9的表单向导实现问答咨询功能的方法
  • 原文地址:https://www.cnblogs.com/gc2013/p/3685713.html
Copyright © 2011-2022 走看看