summaryM:DotNetNuke.UI.Utilities.Reflection.CreateObject(System.String,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static Object CreateObject(
	string TypeName,
	string CacheKey
)
Visual Basic
Public Shared Function CreateObject ( 
	TypeName As String,
	CacheKey As String
) As Object

Parameters

TypeName
Type: System..::..String
paramTypeNameM:DotNetNuke.UI.Utilities.Reflection.CreateObject(System.String,System.String)
CacheKey
Type: System..::..String
paramCacheKeyM:DotNetNuke.UI.Utilities.Reflection.CreateObject(System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.Reflection.CreateObject(System.String,System.String)

See Also