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.
動的デリゲートを参照する最良の方法は何ですか? 構成データベースから返されたメソッド名を使用して、次のことを行いたいと思います。
AddressOf "MethodName"
リフレクション経由 (具体的には Type.GetMethod )。
System.Reflection 名前空間のクラスを使用します。
AddressOf はそのようには機能しませんが、メソッドのアセンブリ/クラスもわかっている場合は、リフレクションを使用してメソッドのデリゲートを取得できます。