terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetBytes() [2/2]

virtual byte[] Mono.Security.ASN1.GetBytes ( )
inlinevirtual

Definition at line 92 of file ASN1.cs.

93 {
95 if (this.elist != null)
96 {
97 arrayList = this.elist;
98 int size = arrayList._size;
99 }
100 if (this.m_aValue == null)
101 {
102 long num = 0L;
103 int num2 = 5;
104 if (arrayList != null)
105 {
106 }
107 if (num != 0L)
108 {
109 throw new OutOfMemoryException();
110 }
111 if (num2 != 0)
112 {
113 goto IL_0063;
114 }
117 }
118 if (this.m_aValue == null)
119 {
120 }
121 byte nTag = this.m_nTag;
122 IL_0063:
123 throw new InvalidCastException();
124 }
class f__AnonymousType0<< Count > j__TPar
ArrayList elist
Definition ASN1.cs:271
byte[] m_aValue
Definition ASN1.cs:268

References System.Collections.ArrayList._size, Mono.Security.ASN1.elist, j__TPar, System.L, Mono.Security.ASN1.m_aValue, and Mono.Security.ASN1.m_nTag.