Send Message will indeed use reflection internally. So, it is by no means as fast as some custom solution using delegate tables. If you use this a lot, replacing it makes a lot of sense.
↧
Send Message will indeed use reflection internally. So, it is by no means as fast as some custom solution using delegate tables. If you use this a lot, replacing it makes a lot of sense.