Enum PluginPlatform
Specifies OS platforms a plugin may support.
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
[Flags]
[JsonConverter(typeof(StringEnumConverter))]
public enum PluginPlatform
Fields
Name | Description |
---|---|
Linux | The Linux platform. |
OSX | The OSX platform. |
Windows | The Windows platform. |