summaryM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Parameters

TypeName
Type: System..::..String
paramTypeNameM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)
CacheKey
Type: System..::..String
paramCacheKeyM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)
UseCache
Type: System..::..Boolean
paramUseCacheM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)
IgnoreErrors
Type: System..::..Boolean
paramIgnoreErrorsM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)

Return Value

returnsM:DotNetNuke.Framework.Reflection.CreateType(System.String,System.String,System.Boolean,System.Boolean)

See Also