Redirect a method call

  • Thread starter Thread starter Ralph
  • Start date Start date
R

Ralph

Hi,

Does anybody know if it is possible to redirect a method call?
Let' say I want to call my own implementation of the message box each
time when somebody in my application calls the MessageBox.Show.
My application has many modules that are loaded dynamically
(Reflections). I want to redirect the method calls that are done in
such a module.

Thank you,

Ralph
 
Back
Top