The Invoke method takes as it's second parameter an array of objects containing the values for the method parameters (parameters for the method being invoked). If the method being invoked needs no parameters, you pass an empty object array. The syntax for creating an empty array of objects is:

new object[] { }