Sitecore 5.0 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