In Visual Studio I use .load sos
in the Immediate Window to load sos.dll. What is this '.load'? Is there some description for it?
In the Immediate Window I Can:
Evaluate an expression (? varA
), execute program command (varA=1
) or execute VS commad (>cmd
). Where is .load at this scheme? Can it be used on some other place (Command Window Macro)?