Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Castle プロジェクトの DynamicProxy は Reflection を頻繁に使用していますか?
それとも、データを事前にリフレクション キャッシュしますか?
プロキシ クラスのインスタンスがインスタンス化されるとすぐに、Reflection はまったく使用されません。 実行時に派生クラスを作成するだけです。そのクラスを作成するには、リフレクションを使用する必要があるかもしれませんが、クラスが作成されると、他のクラスと同じようになります。