How do I call a static method from a Type, assuming I know the value of the Type variable and the name of the static method?
Type
public
Check into the MethodInfo class and the GetMethod() methods on Type.
There are a number of different overloads for different situations.