terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Vector.2.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Numerics
6{
7 // Token: 0x0200052D RID: 1325
9 public static class Vector
10 {
11 // Token: 0x06002727 RID: 10023 RVA: 0x0000207A File Offset: 0x0000027A
12 public static Vector<T> Equals<T>(Vector<T> left, Vector<T> right) where T : struct
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16
17 // Token: 0x170005A2 RID: 1442
18 // (get) Token: 0x06002728 RID: 10024 RVA: 0x00054C3C File Offset: 0x00052E3C
19 public static bool IsHardwareAccelerated
20 {
21 [Intrinsic]
22 get
23 {
24 }
25 }
26
27 // Token: 0x06002729 RID: 10025 RVA: 0x0000207A File Offset: 0x0000027A
28 [CLSCompliant(false)]
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33 }
34}
class f__AnonymousType0<< Count > j__TPar
static Vector< ulong > AsVectorUInt64< T >(Vector< T > value)
Definition Vector.2.cs:29
static Vector< T > Equals< T >(Vector< T > left, Vector< T > right)
Definition Vector.2.cs:12
static bool IsHardwareAccelerated
Definition Vector.2.cs:20