terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Comparer.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000211")]
9 internal class Comparer : IComparer
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000D11")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F2F6F8", Offset = "0x1F2F6F8", Length = "0xD0")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Compare", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(string),
20 }, ReturnType = typeof(int))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
22 private int System.Collections.IComparer.Compare(object ol, object or)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000D12")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1F2E444", Offset = "0x1F2E444", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
31 public Comparer()
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar
int Compare(object x, object y)