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
WebRequestPrefixElement.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Net
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20001B2")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x17000229")]
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000A9F")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1F0F7B8", Offset = "0x1F0F7B8", Length = "0x1FC")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebRequest), Member = "Create", MemberParameters = new object[]
20 {
21 typeof(Uri),
22 typeof(bool)
23 }, ReturnType = typeof(WebRequest))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "op_Inequality", MemberParameters = new object[]
26 {
27 typeof(Type),
29 }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
31 {
32 typeof(object),
33 typeof(ref bool)
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Activator), Member = "CreateInstance", MemberParameters = new object[]
37 {
38 typeof(Type),
41 typeof(object[]),
43 }, ReturnType = typeof(object))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
46 get
47 {
48 throw null;
49 }
50 [global::Cpp2ILInjected.Token(Token = "0x6000AA0")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1F0F9B4", Offset = "0x1F0F9B4", Length = "0x8")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 set
54 {
55 throw null;
56 }
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000AA1")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1F0F9BC", Offset = "0x1F0F9BC", Length = "0x174")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Type), Member = "GetTypeFromHandle", MemberParameters = new object[] { typeof(RuntimeTypeHandle) }, ReturnType = typeof(Type))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
66 {
67 typeof(string),
68 typeof(object[])
69 }, ReturnType = typeof(string))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidCastException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
72 public WebRequestPrefixElement(string P, Type creatorType)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x6000AA2")]
78 [global::Cpp2ILInjected.Address(RVA = "0x1F0FB30", Offset = "0x1F0FB30", Length = "0x2C")]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x400090B")]
87 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
88 public string Prefix;
89
90 [global::Cpp2ILInjected.Token(Token = "0x400090C")]
91 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
93
94 [global::Cpp2ILInjected.Token(Token = "0x400090D")]
95 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
96 internal Type creatorType;
97 }
98}
class f__AnonymousType0<< Count > j__TPar
WebRequestPrefixElement(string P, Type creatorType)
WebRequestPrefixElement(string P, IWebRequestCreate C)