PlatformOperationSystem Property |
http://www.emgu.com
Get the type of the current operating system
Namespace:
Emgu.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static PlatformOS OperationSystem { get; }
Public Shared ReadOnly Property OperationSystem As PlatformOS
Get
public:
static property PlatformOS OperationSystem {
PlatformOS get ();
}
static member OperationSystem : PlatformOS with get
Property Value
Type:
PlatformOS
See Also