Sitecore 5.1.1 API

MainUtil.CreateObject Method

Creates an instance of an object.

Overload List

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[]);

See Also

MainUtil Class | Sitecore Namespace