質問編集履歴
1
調べたことを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -39,4 +39,12 @@
|
|
39
39
|
- FooBar.dll/[namespace=FooBar]Class3
|
40
40
|
- _FooBar/[namespace=FooBar]Class1.cs
|
41
41
|
|
42
|
-
の場合は??
|
42
|
+
の場合は??
|
43
|
+
|
44
|
+
# 自分で調べたこと
|
45
|
+
|
46
|
+
実行時に差し替えようと思うとProfiler API(`COR_ENABLE_PROFILING=1`と`COR_PROFILER_PATH`等の環境変数)経由のInjectionが必要??
|
47
|
+
|
48
|
+
- [Windowsで、実行ファイルを書き換えずに既存の.Netアプリケーションのメソッドを置き換える話](http://math314.hateblo.jp/entry/2017/01/22/005048)
|
49
|
+
- [Registry-Free Profiler Startup and Attach](https://msdn.microsoft.com/en-us/library/ee471451(v=vs.110).aspx)
|
50
|
+
- [Profiling Overview](https://docs.microsoft.com/en-US/dotnet/framework/unmanaged-api/profiling/profiling-overview)
|