LTOS Enumeration

Summary

Specifies the current operating system.

Syntax
TypeScript
JavaScript
lt.LTOS = { 
	unknown: 0, 
	windows: 1, 
	mac: 2, 
	iOS: 3, 
	android: 4, 
	linux: 5, 
	blackberry: 6, 
	webOS: 7, 
	windows7: 8, 
	windows8: 9, 
	windows10: 10 
} 
lt.LTOS = { 
	unknown: 0, 
	windows: 1, 
	mac: 2, 
	iOS: 3, 
	android: 4, 
	linux: 5, 
	blackberry: 6, 
	webOS: 7, 
	windows7: 8, 
	windows8: 9, 
	windows10: 10 
} 

Members

0 Unknown

(0)Unknown operating system.

1 Windows

(1)Generic Microsoft Windows.

2 Mac

(2)Apple Mac OS X.

3 iOS

(3)Apple iOS.

4 Android

(4)Android

5 Linux

(5)Linux

6 Blackberry

(6)Blackberry OS.

7 WebOS

(7)Web OS.

8 Windows7

(8)Microsoft Windows 7

9 Windows8

(9)Microsoft Windows 8

10 Windows10

(10)Microsoft Windows 10

Example

For an example, refer to LTHelper.

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly