Which Methods Can I Call With the Invoke Method?

To get a list of all the methods that you can call with the Invoke method for a specific test object, you can use the GetDynamicMethodList. To view the list, you can for example print it to the console or view it in the debugger.