找回密码
 立即注册
Profiler分析器the探查 | 程序非源代码 2021-06-11 341 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Creating a Custom .NET Profiler,描述如何为任何托管应用程序创建您自己的自定义分析器内容
     * 介绍
     * 背景
     * 什么是分析器?
     * CLR 如何启用分析?
     * 样本分析器
     * 解决方案和项目
     * 输出文件结果
     * 使用代码
     * DotNetProfiler 项目
     *探查器初始化
     * 分析器交互
     *探查器关闭
     * ProfilerTest 项目
     * 运行预构建的示例
     * 构建源代码
     * 兴趣点
     * 其他参考
     * 历史

(Describes how to create your own custom profiler for any managed application
Contents
    * Introduction
    * Background
    * What is a Profiler?
    * How Does the CLR Enable Profiling?
    * The Sample Profiler
    * Solutions and Projects
    * Output File Results
    * Using the code
    * The DotNetProfiler Project
    * Profiler Initialization
    * Profiler Interaction
    * Profiler Shutdown
    * The ProfilerTest Project
    * Running the Pre-built Sample
    * Building the Source Code
    * Points of Interest
    * Other References
    * History)

1623392348026.rar



上一篇:Reflection in .NET
下一篇:PE-file Reader Writer API (PERWAPI) .NET