PlatformOperationSystem Property |
http://www.emgu.com
Get the type of the current operating system
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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