http://www.emgu.com
The runtime environment
Namespace:
Emgu.TF.Util.TypeEnum
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
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