Show / Hide Table of Contents

    Class Platform

    Generic platform enum.

    Inheritance
    System.Object
    Platform
    Namespace: MonoMod.Utils
    Assembly: MonoMod.Utils.dll
    Syntax
    public sealed class Platform : Enum

    Fields

    Android

    Android, using the Linux kernel.

    Declaration
    public const Platform Android
    Field Value
    Type Description
    Platform

    ARM

    On demand ARM platform bit.

    Declaration
    public const Platform ARM
    Field Value
    Type Description
    Platform

    Bits64

    On demand 64-bit platform bit.

    Declaration
    public const Platform Bits64
    Field Value
    Type Description
    Platform

    iOS

    iOS, sharing components with macOS.

    Declaration
    public const Platform iOS
    Field Value
    Type Description
    Platform

    Linux

    Linux.

    Declaration
    public const Platform Linux
    Field Value
    Type Description
    Platform

    MacOS

    macOS, using the Darwin kernel.

    Declaration
    public const Platform MacOS
    Field Value
    Type Description
    Platform

    NT

    Applied to all NT and NT-oid platforms (Windows).

    Declaration
    public const Platform NT
    Field Value
    Type Description
    Platform

    OS

    Bit applied to all OSes (Unknown, Windows, MacOS, ...).

    Declaration
    public const Platform OS
    Field Value
    Type Description
    Platform

    Unix

    Applied to all Unix and Unix-oid platforms (macOS, Linux, ...).

    Declaration
    public const Platform Unix
    Field Value
    Type Description
    Platform

    Unknown

    Unknown OS.

    Declaration
    public const Platform Unknown
    Field Value
    Type Description
    Platform

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Windows

    Windows, using the NT kernel.

    Declaration
    public const Platform Windows
    Field Value
    Type Description
    Platform
    Back to top Yet another C# modding swiss army knife.