using System; using System.Collections.Generic; using System.Text; namespace NativeLibraryLoader { public enum MachineType { Bit32, Bit64, NoSupport=255, } }