http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
Type of operating system
Namespace: Emgu.Util.TypeEnumAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public enum OS |
Visual Basic |
---|
Public Enumeration OS |
Visual C++ |
---|
public enum class OS |
Members
Member name | Value | Description | |
---|---|---|---|
Windows | 0 | Windows | |
Linux | 1 | Linux | |
MacOSX | 2 | Mac OSX | |
IOS | 3 | iOS devices. iPhone, iPad, iPod Touch | |
Android | 4 | Android devices |