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