Access to the singleton N2 engine. This property has been deprecated in favor for 'Current'.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
[ObsoleteAttribute("Name changed to Current", true)]
public static IEngine Instance { get; }
Visual Basic (Declaration)
<ObsoleteAttribute("Name changed to Current", True)> _
Public Shared ReadOnly Property Instance As IEngine
Visual C++
[ObsoleteAttribute(L"Name changed to Current", true)]
public:
static property IEngine^ Instance {
	IEngine^ get ();
}

See Also