hd2y / MySamples

学习代码示例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySamples

学习代码示例。

Mono.Cecil

项目路径:https://github.com/jbevain/cecil

这里是示例项目:https://github.com/hd2y/MySamples/tree/main/src/CecilSamples

  • HowToSamples: 该项目为如何加载程序集,以及获取 Cecil 中的各种类型。
  • ImportingSamples: 演示代码织入功能的使用,包括创建类型以及一个为方法入口注入一个输出日志的方法。

Fody

项目路径:https://github.com/Fody/Fody

这里是示例项目:https://github.com/hd2y/MySamples/tree/main/src/FodySamples

About

学习代码示例

License:MIT License


Languages

Language:C# 100.0%Language:Batchfile 0.0%