Hello Simon,
I think it exists no (public available) x64 version of SAP ROT wrapper. But I know it is possible to use x86 COM libraries in x64 environments. You can find an example how to do register the libraries correct in the comments of this post, it is for another library but the way is the same. You can see here that it works. How to access it via dotNET you can find here, in this example via PowerShell. On this way you can connect SAP GUI Scripting API to get the information about the SAP environment, client and transaction you need.
Addendum: You can also look here, this solution - also in PowerShell - works in an x86 and x64 environment. On the same way you can get the information you need via Info property and GuiSessionInfo object.
Let us know your results.
Cheers
Stefan
Message was edited by: Stefan Schnell