Creates an instance of an object.
Creates an instance of an object.
public static object CreateObject(string,string,params object[]);
Creates an instance of an object.
public static object CreateObject(Type);
Creates an instance of an object.
public static object CreateObject(Type,object[]);
MainUtil Class | Sitecore Namespace