Search Results for

    Show / Hide Table of Contents

    Class ArchitectureType

    The platform architecture types.

    Inheritance
    System.Object
    ArchitectureType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class ArchitectureType : Enum

    Fields

    AnyCPU

    Anything or not important.

    Declaration
    public const ArchitectureType AnyCPU
    Field Value
    ArchitectureType

    ARM

    The ARM 32-bit.

    Declaration
    public const ArchitectureType ARM
    Field Value
    ArchitectureType

    ARM64

    The ARM 64-bit.

    Declaration
    public const ArchitectureType ARM64
    Field Value
    ArchitectureType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    x64

    The x86 64-bit.

    Declaration
    public const ArchitectureType x64
    Field Value
    ArchitectureType

    x86

    The x86 32-bit.

    Declaration
    public const ArchitectureType x86
    Field Value
    ArchitectureType

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat