summaryM:DotNetNuke.UI.Utilities.Reflection.CreateInstance(System.Type)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.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.UI.Utilities.Reflection.CreateInstance(System.Type)