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
OidCollection.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20000F1")]
11 public sealed class OidCollection : ICollection, IEnumerable
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x600057B")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1ECED78", Offset = "0x1ECED78", Length = "0x80")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509ChainPolicy), Member = "Reset", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = ".ctor", MemberParameters = new object[]
17 {
19 typeof(bool)
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = "Decode", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(AsnDecodeStatus))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x600057C")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1ECEDF8", Offset = "0x1ECEDF8", Length = "0xB0")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = ".ctor", MemberParameters = new object[]
35 {
37 typeof(bool)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = "Decode", MemberParameters = new object[] { typeof(byte[]) }, ReturnType = typeof(AsnDecodeStatus))]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 public int Add(Oid oid)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x1700010A")]
48 public Oid this[int index]
49 {
50 [global::Cpp2ILInjected.Token(Token = "0x600057D")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1ECEEA8", Offset = "0x1ECEEA8", Length = "0x58")]
52 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OidCollection), Member = "System.Collections.ICollection.CopyTo", MemberParameters = new object[]
53 {
55 typeof(int)
56 }, ReturnType = typeof(void))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OidEnumerator), Member = "get_Current", ReturnType = typeof(Oid))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OidEnumerator), Member = "System.Collections.IEnumerator.get_Current", ReturnType = typeof(object))]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
63 get
64 {
65 throw null;
66 }
67 }
68
69 [global::Cpp2ILInjected.Token(Token = "0x1700010B")]
70 public int Count
71 {
72 [global::Cpp2ILInjected.Token(Token = "0x600057E")]
73 [global::Cpp2ILInjected.Address(RVA = "0x1ECEF00", Offset = "0x1ECEF00", Length = "0x40")]
74 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
75 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
77 get
78 {
79 throw null;
80 }
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x600057F")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1ECEF40", Offset = "0x1ECEF40", Length = "0x64")]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(OidCollection), Member = "System.Collections.IEnumerable.GetEnumerator", ReturnType = typeof(IEnumerator))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = ".ctor", MemberParameters = new object[]
87 {
89 typeof(bool)
90 }, ReturnType = typeof(void))]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(X509EnhancedKeyUsageExtension), Member = "Encode", ReturnType = typeof(byte[]))]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x6000580")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1ECEFD4", Offset = "0x1ECEFD4", Length = "0x4")]
102 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(OidCollection), Member = "GetEnumerator", ReturnType = typeof(OidEnumerator))]
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6000581")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1ECEFD8", Offset = "0x1ECEFD8", Length = "0x1EC")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "get_Rank", ReturnType = typeof(int))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "get_Length", ReturnType = typeof(int))]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(OidCollection), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Oid))]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "SetValue", MemberParameters = new object[]
117 {
118 typeof(object),
119 typeof(int)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
122 {
123 typeof(string),
124 typeof(string)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x1700010C")]
135 public bool IsSynchronized
136 {
137 [global::Cpp2ILInjected.Token(Token = "0x6000582")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1ECF1C4", Offset = "0x1ECF1C4", Length = "0x8")]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 get
141 {
142 throw null;
143 }
144 }
145
146 [global::Cpp2ILInjected.Token(Token = "0x1700010D")]
147 public object SyncRoot
148 {
149 [global::Cpp2ILInjected.Token(Token = "0x6000583")]
150 [global::Cpp2ILInjected.Address(RVA = "0x1ECF1CC", Offset = "0x1ECF1CC", Length = "0x4")]
151 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
152 get
153 {
154 throw null;
155 }
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x400045C")]
159 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
161 }
162}
class f__AnonymousType0<< Count > j__TPar
void CopyTo(global::System.Array array, int index)