http://www.emgu.com
The runtime environment
Namespace:
Emgu.Util.TypeEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
SyntaxPublic Enumeration ClrType
public enum class ClrType
Members
| Member name | Value | Description |
---|
| DotNet | 0 |
.Net runtime
|
| NetFxCore | 1 |
Windows Store app runtime
|
| Mono | 2 |
Mono runtime
|
See Also