Is it possible to call managed method from windbg? Is there any .NET equivalent for .call
? Or how to use it to call managed method?
I'm interested in attaching as a live session to a process on production (Release with no pdb) where is no possibility to use Visual Studio Debugger.