Inbuilt methods available in Invoke activity

Hi All,

I’m rookie to UIPath and programming.

Is there any way to know what methods are available in “Invoke Method” activity or is there any list available where we can go through all the available methods?

Thanks for the help :slight_smile:

Regards,
Praneeth

If you are looking for standard .net methods, I usually use the microsoft website.

Here is datetime for example: DateTime Struct (System) | Microsoft Learn

You can see the list of methods available for system.datetime on the left side of the page (in addition to other useful things like operators, properties, etc)