Get the type of the current runtime environment

Namespace: Emgu.Util
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static Runtime Runtime { get; }
Public Shared ReadOnly Property Runtime As Runtime
	Get
public:
static property Runtime Runtime {
	Runtime get ();
}

See Also