How to Display Informational Messages in a Console Action
Editing menu console actions already have a method to display errors, but there isn’t any public API for ShowMessage, and that’s unfortunate.
Fortunately, by using Reflector, I was able to find out how Microsoft uses ConsoleMessage class to display informational messages in a Console Action. I’m not sure why this class is an internal class, but…