I have a list of System.IO.Ports.SerialPort
objects in one assembly, and I plan to handle the Data_Receieved event from another assembly.
I wonder if this may affect performance somehow. Will it? (I'm afraid I'm not that clear how assemblies are managed by the CLR.) Thank you.