Enum PlatformType
Platform Type.
Namespace: Gee.External.Browsing
Assembly: Gee.External.Browsing.dll
Syntax
public enum PlatformType
Remarks
Indicates the platform a threat targets. A PlatformType is also used as one of the identifiers identifying a ThreatList together with ThreatEntryType and ThreatType.
Fields
| Name | Description |
|---|---|
| All | Indicates a threat targets all platforms without explicitly indicating which one. |
| Android | Indicates a threat targets the Android platform. |
| Any | Indicates a threat targets at least one platform without explicitly indicating which one. |
| Chrome | Indicates a threat targets the Chrome platform. |
| Ios | Indicates a threat targets the iOS platform. |
| Linux | Indicates a threat targets the Linux platform. |
| MacOs | Indicates a threat targets the MacOS platform. |
| Unknown | Indicates a threat targets an unknown platform. |
| Windows | Indicates a threat targets the Windows platform. |