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
BsonBinary.cs
Go to the documentation of this file.
1using System;
6
8{
10 [global::Cpp2ILInjected.Token(Token = "0x2000128")]
11 internal class BsonBinary : BsonValue
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000239")]
15 {
17 [global::Cpp2ILInjected.Token(Token = "0x6000B7B")]
18 [global::Cpp2ILInjected.Address(RVA = "0x1D3A584", Offset = "0x1D3A584", Length = "0x8")]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 get
21 {
22 throw null;
23 }
25 [global::Cpp2ILInjected.Token(Token = "0x6000B7C")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1D3A58C", Offset = "0x1D3A58C", Length = "0x8")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 set
29 {
30 throw null;
31 }
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000B7D")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1D3A594", Offset = "0x1D3A594", Length = "0x38")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
39 {
40 throw null;
41 }
42
44 [global::Cpp2ILInjected.Token(Token = "0x4000454")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x29")]
46 private BsonBinaryType <BinaryType>k__BackingField;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
BsonBinary(byte[] value, BsonBinaryType binaryType)
Definition BsonBinary.cs:38
BsonBinaryType< BinaryType > k__BackingField
Definition BsonBinary.cs:46