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
HeaderVariantInfo.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000215 RID: 533
7 internal struct HeaderVariantInfo
8 {
9 // Token: 0x06000D29 RID: 3369 RVA: 0x00029F94 File Offset: 0x00028194
15
16 // Token: 0x170002BF RID: 703
17 // (get) Token: 0x06000D2A RID: 3370 RVA: 0x00002050 File Offset: 0x00000250
18 internal string Name
19 {
20 get
21 {
22 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
23 }
24 }
25
26 // Token: 0x170002C0 RID: 704
27 // (get) Token: 0x06000D2B RID: 3371 RVA: 0x00029FB0 File Offset: 0x000281B0
29 {
30 get
31 {
32 return this.m_variant;
33 }
34 }
35
36 // Token: 0x04000B42 RID: 2882
37 private string m_name;
38
39 // Token: 0x04000B43 RID: 2883
41 }
42}
class f__AnonymousType0<< Count > j__TPar
HeaderVariantInfo(string name, CookieVariant variant)