SMath Studio Core documentation
C#
VB
C++
F#
Show/Hide TOC
OSType Enumeration
Type of the Operating System.
Definition
Namespace:
SMath.Manager
Assembly:
SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
Copy
public
enum
OSType
VB
Copy
Public
Enumeration
OSType
C++
Copy
public
enum class
OSType
F#
Copy
type
OSType
Members
NotDefined
0
OS not defined.
Windows
1
Windows OS.
Linux
2
Linux OS.
See Also
Reference
SMath.Manager Namespace
In This Article
Definition
Members
See Also