Gets the singleton N2 engine used to access N2 services.

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

Syntax

C#
public static IEngine Current { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Current As IEngine
Visual C++
public:
static property IEngine^ Current {
	IEngine^ get ();
}

See Also