Hi Vijay,
From my understanding, you want to make a Windows application interacts with a Windows service, am I right?
As far as I know,
Reflection cannot help on this issue, instead, we may use some inter-process communication technology (RPC), for example:
File Mapping, Named Pipe, Remoting or Socket, you can find those RPC related samples from 'All-In-OneIPC and RPC' Samples solution of
All-In-One Code Framework.
You may also host a WCF service in a Windows service, and consume the service from Windows applications, this
article shows more details.
Sincerely,
Eric
MSDN Subscriber Support in Forum
If you have any feedback of our support, please contact
msdnmg@microsoft.com.
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.