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