public static int GetStat() { if (Is64Bit()) { return(BXLAPI_x64.GetStat()); } else { return(BXLAPI_x86.GetStat()); } }