差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
|
appendix:harmonyがある時 [2024/12/29 00:30] fumble |
appendix:harmonyがある時 [2024/12/29 00:31] (現在) fumble |
||
|---|---|---|---|
| 行 67: | 行 67: | ||
| <code csharp> | <code csharp> | ||
| var transpilermethod = typeof(トランスパイラーのあるクラス).GetMethod(トランスパイラーのメソッド名); | var transpilermethod = typeof(トランスパイラーのあるクラス).GetMethod(トランスパイラーのメソッド名); | ||
| - | var transpiler = Activator.CreateInstance(typeHarmonyMethod, | + | var transpiler = Activator.CreateInstance(typeHarmonyMethod, |
| </ | </ | ||