Table of Contents

Enum PluginPlatform

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Specifies OS platforms a plugin may support.

[Flags]
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum PluginPlatform

Fields

Linux = 2

The Linux platform.

OSX = 4

The OSX platform.

Windows = 1

The Windows platform.