I tried this:
1. Create new Windows WinForm Desktop Application in VS2017. (or console)
2. Build it and Run as Admin.
3. Enable Native Debugging, Enable Managed compatibility mode
4. Pause App by Break All, or break in an breakpoint
5. Open Immediate Windows and type command:
.load SOS
error CS1525: Invalid expression term '.'
or .loadby or !load or load or .Load etc.
Based on article
https://blogs.msdn.microsoft.com/vijaysk/2007/11/15/sos-your-visual-studio/