View()

Constructs and initializes a new view
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public View()

Remarks

This IView implementation is a Singleton, so you should not call the constructor directly, but instead call the static Singleton Factory method View.getInstance(() => new View())

Exceptions

System.Exception
Thrown if Singleton instance has already been constructed