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

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

Syntax

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

Parameters

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

Return Value

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

See Also