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

◆ FullName

string System.Reflection.AssemblyName.FullName
get

Definition at line 158 of file AssemblyName.cs.

159 {
160 get
161 {
162 for (;;)
163 {
164 if (!true)
165 {
166 goto IL_0054;
167 }
168 string text = this.name;
169 long num = 0L;
170 bool flag = char.IsWhiteSpace(text[(int)num]);
171 string text2 = this.name;
172 string text3 = "\"" + text2 + "\"";
173 Version version = this.version;
174 if (this.cultureinfo != null)
175 {
178 goto IL_0054;
179 }
180 IL_005C:
181 if (this.InternalGetPublicKeyToken() != null)
182 {
183 return;
184 }
185 continue;
186 IL_0054:
188 goto IL_005C;
189 }
190 }
191 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

Referenced by System.Reflection.AssemblyName.ToString().