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
FormattableString.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20000AA")]
10 public abstract class FormattableString : global::System.IFormattable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000086")]
13 public abstract string Format
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000683")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000684")]
20 public abstract object[] GetArguments();
21
22 [global::Cpp2ILInjected.Token(Token = "0x17000087")]
23 public abstract int ArgumentCount
24 {
25 [global::Cpp2ILInjected.Token(Token = "0x6000685")]
26 get;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6000686")]
30 public abstract object GetArgument(int index);
31
32 [global::Cpp2ILInjected.Token(Token = "0x6000687")]
33 public abstract string ToString(global::System.IFormatProvider formatProvider);
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000688")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1C1F0B4", Offset = "0x1C1F0B4", Length = "0x14")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
39 private string System.IFormattable.ToString(string ignored, global::System.IFormatProvider formatProvider)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x6000689")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C1F0C8", Offset = "0x1C1F0C8", Length = "0x68")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
48 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
49 public override string ToString()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600068A")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1C1F130", Offset = "0x1C1F130", Length = "0x8")]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Runtime.CompilerServices.FormattableStringFactory.ConcreteFormattableString", Member = ".ctor", MemberParameters = new object[]
57 {
58 typeof(string),
59 typeof(object[])
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.CompilerServices.FormattableStringFactory), Member = "Create", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(object[])
65 }, ReturnType = typeof(global::System.FormattableString))]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
69 {
70 throw null;
71 }
72 }
73}
class f__AnonymousType0<< Count > j__TPar
object GetArgument(int index)
string ToString(global::System.IFormatProvider formatProvider)
string ToString(string format, global::System.IFormatProvider formatProvider)