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
OperatingSystem.cs
Go to the documentation of this file.
1using System;
5
6namespace System
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000130")]
9 [global::System.Serializable]
10 public sealed class OperatingSystem : global::System.Runtime.Serialization.ISerializable, global::System.ICloneable
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000BD2")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1C562A0", Offset = "0x1C562A0", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Environment), Member = "get_OSVersion", ReturnType = typeof(global::System.OperatingSystem))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 public OperatingSystem(global::System.PlatformID platform, global::System.Version version)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000BD3")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C562A8", Offset = "0x1C562A8", Length = "0x138")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.OperatingSystem), Member = "Clone", ReturnType = typeof(object))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::SR), Member = "Format", MemberParameters = new object[]
28 {
29 typeof(string),
30 typeof(object)
31 }, ReturnType = typeof(string))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(object),
36 typeof(string)
37 }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
40 internal OperatingSystem(global::System.PlatformID platform, global::System.Version version, string servicePack)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000BD4")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1C563E0", Offset = "0x1C563E0", Length = "0x34")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
50 public void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x17000104")]
56 public global::System.PlatformID Platform
57 {
58 [global::Cpp2ILInjected.Token(Token = "0x6000BD5")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1C56414", Offset = "0x1C56414", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6000BD6")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1C5641C", Offset = "0x1C5641C", Length = "0x74")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.OperatingSystem), Member = ".ctor", MemberParameters = new object[]
71 {
72 typeof(global::System.PlatformID),
73 typeof(global::System.Version),
74 typeof(string)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
77 public object Clone()
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6000BD7")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1C56490", Offset = "0x1C56490", Length = "0x4")]
84 [global::Cpp2ILInjected.CallAnalysis.CallAnalysisNotSupported]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 public override string ToString()
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x17000105")]
92 public string VersionString
93 {
94 [global::Cpp2ILInjected.Token(Token = "0x6000BD8")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1C56494", Offset = "0x1C56494", Length = "0x1C0")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
100 {
101 typeof(string),
102 typeof(string)
103 }, ReturnType = typeof(string))]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Version), Member = "ToString", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
106 {
107 typeof(string),
108 typeof(string),
109 typeof(string),
110 typeof(string)
111 }, ReturnType = typeof(string))]
112 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
113 get
114 {
115 throw null;
116 }
117 }
118
119 [global::Cpp2ILInjected.Token(Token = "0x40004CA")]
120 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
121 private readonly global::System.Version _version;
122
123 [global::Cpp2ILInjected.Token(Token = "0x40004CB")]
124 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
125 private readonly global::System.PlatformID _platform;
126
127 [global::Cpp2ILInjected.Token(Token = "0x40004CC")]
128 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
129 private readonly string _servicePack;
130
131 [global::Cpp2ILInjected.Token(Token = "0x40004CD")]
132 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
133 private string _versionString;
134 }
135}
class f__AnonymousType0<< Count > j__TPar
readonly global::System.Version _version
OperatingSystem(global::System.PlatformID platform, global::System.Version version, string servicePack)
OperatingSystem(global::System.PlatformID platform, global::System.Version version)
readonly global::System.PlatformID _platform
readonly string _servicePack
override string ToString()
void GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)