I can do var b = *myObject;
in the immediate window and it gives me a 0x123456
formatted value. But I can't do this in code. It then says
The * or -> operator must be applied to a pointer
Why can I do this in the immediate window, but not in code?