summaryM:DotNetNuke.Framework.Reflection.CreateInstance(System.Type)

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

Syntax

C#
public static Object CreateInstance(
	Type Type
)
Visual Basic
Public Shared Function CreateInstance ( 
	Type As Type
) As Object

Parameters

Type
Type: System..::..Type
paramTypeM:DotNetNuke.Framework.Reflection.CreateInstance(System.Type)

Return Value

returnsM:DotNetNuke.Framework.Reflection.CreateInstance(System.Type)

See Also