LTOS Enumeration

Summary

Specifies the current operating system.

Syntax

JavaScript Syntax
lt.LTOS = { 
	Unknown: 0, 
	Windows: 1, 
	Mac: 2, 
	iOS: 3, 
	Android: 4, 
	Linux: 5, 
	Blackberry: 6, 
	WebOS: 7, 
	Windows7: 8, 
	Windows8: 9, 
	Windows10: 10 
} 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly