In Visual Studio debug mode it\'s possible to hover over variables to show their value and then right-click to \"Copy\", \"Copy Expression\" or \"Copy Value\".
In case t
You can add a watch for that object, and in the watch window, expand and select everything you want to copy and then copy it.