Class Machine

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Reflection.Metadata, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Reflection.Metadata
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Reflection.PortableExecutable.Machine
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
      • Unknown

        public static Machine Unknown
      • WceMipsV2

        public static Machine WceMipsV2
      • Alpha

        public static Machine Alpha
      • SH3Dsp

        public static Machine SH3Dsp
      • Thumb

        public static Machine Thumb
      • ArmThumb2

        public static Machine ArmThumb2
      • PowerPC

        public static Machine PowerPC
      • PowerPCFP

        public static Machine PowerPCFP
      • MIPS16

        public static Machine MIPS16
      • Alpha64

        public static Machine Alpha64
      • MipsFpu

        public static Machine MipsFpu
      • MipsFpu16

        public static Machine MipsFpu16
      • Tricore

        public static Machine Tricore
      • RiscV32

        public static Machine RiscV32
      • RiscV64

        public static Machine RiscV64
      • RiscV128

        public static Machine RiscV128
      • LoongArch32

        public static Machine LoongArch32
      • LoongArch64

        public static Machine LoongArch64
      • Amd64

        public static Machine Amd64
      • Arm64

        public static Machine Arm64
    • Constructor Detail

      • Machine

        public Machine​(java.lang.Object instance)
        Internal constructor. Use with caution
      • Machine

        public Machine()