見ての通り
public static object CreateInstance(string name, params object[] args) { return Activator.CreateInstance(Type.GetType(name), args); }