teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

追記

2019/01/08 10:27

投稿

kiichi54321
kiichi54321

スコア1986

answer CHANGED
@@ -1,11 +1,12 @@
1
1
  ぱっとみ、遅いのは、GetProperty().GetValue のところなのかな?
2
2
  あれは、もともと遅くて有名なので。
3
+ [なぜリフレクションは遅いのか](https://postd.cc/why-is-reflection-slow/)
3
4
 
5
+
4
6
  こういう感じでのを作って、予め関数をつくると早くなるのではないかな?
5
7
  式木あたりでググってください。
6
- https://postd.cc/why-is-reflection-slow/
7
- この記事良かった。
8
8
 
9
+
9
10
  ```ここに言語を入力
10
11
  public static class Reflection
11
12
  {

1

追記

2019/01/08 10:27

投稿

kiichi54321
kiichi54321

スコア1986

answer CHANGED
@@ -3,6 +3,8 @@
3
3
 
4
4
  こういう感じでのを作って、予め関数をつくると早くなるのではないかな?
5
5
  式木あたりでググってください。
6
+ https://postd.cc/why-is-reflection-slow/
7
+ この記事良かった。
6
8
 
7
9
  ```ここに言語を入力
8
10
  public static class Reflection