summaryM:DotNetNuke.UI.Utilities.Reflection.CreateObject(System.String,System.String,System.Boolean)
Namespace: DotNetNuke.UI.UtilitiesAssembly: 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)