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

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

Syntax

C#
public static Type CreateType(
	string TypeName
)
Visual Basic
Public Shared Function CreateType ( 
	TypeName As String
) As Type

Parameters

TypeName
Type: System..::..String
paramTypeNameM:DotNetNuke.Framework.Reflection.CreateType(System.String)

Return Value

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

See Also