public static int GetLeftOperator(int cursor) { if (Environment.Is64BitProcess) { return(OlapNativeImports64.GetLeftOperator(cursor)); } else { return(OlapNativeImports32.GetLeftOperator(cursor)); } }