Browser type enumeration
Namespace:
MicroMighty.SDK.Net.TypesAssembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration BrowserType |
| C# |
|---|
[SerializableAttribute] public enum BrowserType |
| Visual C++ |
|---|
[SerializableAttribute] public enum class BrowserType |
| JavaScript |
|---|
MicroMighty.SDK.Net.Types.BrowserType = function(); MicroMighty.SDK.Net.Types.BrowserType.createEnum('MicroMighty.SDK.Net.Types.BrowserType', false); |
Members
| Member name | Description | |
|---|---|---|
| GoogleChrome |
Google Chrome
| |
| FireFox |
Mozilla Firefox
| |
| InternetExplorer |
Internet Explorer
| |
| Mozilla |
Mozilla
| |
| Netscape |
Netscape
| |
| Opera |
Opera
| |
| Safari |
Safari
| |
| Unknown |
Unknown
|