Clears the current instance, a new instance will be initialized when next requested

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

Syntax

C#
public static void ClearInstance()
Visual Basic
Public Shared Sub ClearInstance

Remarks

Intended for unit testing purposes, not thread safe

See Also