No problem - just drop down the invoke node from the .NET palette. Then right click on the top-left terminal (the input refnum) and say Select->Class.
Also note that you can also invoke static methods if you have an instance - we know it's static and ignore the instance value passed in on the refnum. But if you don't have an instance, the above trick get's you going.