Search Results for

    Show / Hide Table of Contents

    Enum ProcessorArchitecture

    Identifies the processor and bits-per-word of the platform targeted by an executable.

    Namespace: System.Reflection
    Assembly: mscorlib.dll
    Syntax
    public enum ProcessorArchitecture

    Fields

    Name Description
    Amd64

    A 64-bit AMD processor only.

    IA64

    A 64-bit Intel processor only.

    MSIL

    Neutral with respect to processor and bits-per-word.

    None

    An unknown or unspecified combination of processor and bits-per-word.

    X86

    A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WOW64).

    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX