예제 #1
0
 // Token: 0x060049A7 RID: 18855 RVA: 0x0018A50C File Offset: 0x0018890C
 public static void QueryRuntimeMode(QueryRuntimeModeCallback callback)
 {
     if (callback == null)
     {
         throw new InvalidOperationException("callback == null");
     }
     Viveport.Internal.QueryRuntimeModeCallback queryRunTimeCallback = new Viveport.Internal.QueryRuntimeModeCallback(callback.Invoke);
     Api.InternalQueryRunTimeCallbacks.Add(queryRunTimeCallback);
     Viveport.Internal.Api.QueryRuntimeMode(queryRunTimeCallback);
 }
예제 #2
0
 // Token: 0x06000E9C RID: 3740 RVA: 0x0005D62C File Offset: 0x0005B82C
 public static void QueryRuntimeMode(QueryRuntimeModeCallback callback)
 {
     if (callback == null)
     {
         throw new InvalidOperationException("callback == null");
     }
     Api.queryRuntimeModeIl2cppCallback = new QueryRuntimeModeCallback(callback.Invoke);
     Api.InternalQueryRunTimeCallbacks.Add(new QueryRuntimeModeCallback(Api.QueryRuntimeModeIl2cppCallback));
     if (IntPtr.Size == 8)
     {
         Api.QueryRuntimeMode_64(new QueryRuntimeModeCallback(Api.QueryRuntimeModeIl2cppCallback));
         return;
     }
     Api.QueryRuntimeMode(new QueryRuntimeModeCallback(Api.QueryRuntimeModeIl2cppCallback));
 }
예제 #3
0
 internal static extern void QueryRuntimeMode(QueryRuntimeModeCallback queryRunTimeCallback);
예제 #4
0
        }                                                                                      // 0x0000000180EE5BF0-0x0000000180EE5C70

        public static void QueryRuntimeMode(QueryRuntimeModeCallback callback)
        {
        }                                                                                 // 0x0000000180EE5C70-0x0000000180EE5E40
예제 #5
0
 internal static extern void QueryRuntimeMode(QueryRuntimeModeCallback queryRunTimeCallback);         // 0x0000000181B45350-0x0000000181B453D0
 internal static extern void QueryRuntimeMode_64(QueryRuntimeModeCallback queryRunTimeCallback);      // 0x0000000181B452D0-0x0000000181B45350