RuntimeOs Enum
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.942+a011233
The Runtime OS
public enum RuntimeOs
{
Unknown = 0,
Windows = 1,
Linux = 2,
OSX = 3
}
Inheritance: object → ValueType → Enum → RuntimeOs
Fields
Name | Description |
---|---|
Linux | Linux |
OSX | OSX |
Unknown | Unknown or unsupported |
Windows | Windows |
Documentation generated by MdDocs