Get the type of the current runtime environment

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

Syntax

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

See Also