How would I go about modifying my c# console application to retrieve values or have methods or events triggered by a shell command.
Basically after the applications loads I want the ability to be able to execute functions in the application as well as pass data to those functions.
Any Direction?