Skip to main content
Solved

SAPGUIScript.dll - Read me required

  • March 25, 2025
  • 2 replies
  • 47 views

Dear Community,

Does anyone has the Read me document for SAPGUIScript.dll. I’m using some of the Methods for which I would like see some examples. I remember I used this when I was developing the Bots using v11.

Thanks in advance. 

Best answer by Aaron.Gleason

I don’t have the readme file for that DLL, but have you considered using dotPeek to reverse-assemble the DLL? You should be able to find the method names, parameters, and returned data types.

Running dotPeek on my own Base64 DLL found in the V11 Bot Store

 

2 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • Answer
  • March 25, 2025

I don’t have the readme file for that DLL, but have you considered using dotPeek to reverse-assemble the DLL? You should be able to find the method names, parameters, and returned data types.

Running dotPeek on my own Base64 DLL found in the V11 Bot Store

 


  • Author
  • Cadet | Tier 2
  • March 26, 2025

Hi ​@Aaron.Gleason - Thanks. Let me try that.