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
ConfigurationElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
using
Cpp2ILInjected
;
4
using
Cpp2ILInjected.CallAnalysis
;
5
6
namespace
System.Configuration
7
{
8
[
DebuggerDisplay
(
"Count = {Count}"
)]
9
[global::Cpp2ILInjected.Token(Token =
"0x2000008"
)]
10
public
abstract
class
ConfigurationElementCollection
:
ConfigurationElement
11
{
12
[global::Cpp2ILInjected.Token(Token =
"0x17000002"
)]
13
public
virtual
ConfigurationElementCollectionType
CollectionType
14
{
15
[global::Cpp2ILInjected.Token(Token =
"0x600000F"
)]
16
[global::Cpp2ILInjected.Address(RVA =
"0x1D3BF38"
, Offset =
"0x1D3BF38"
, Length =
"0x38"
)]
17
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19
get
20
{
21
throw
null
;
22
}
23
}
24
25
[global::Cpp2ILInjected.Token(Token =
"0x17000003"
)]
26
protected
virtual
string
ElementName
27
{
28
[global::Cpp2ILInjected.Token(Token =
"0x6000010"
)]
29
[global::Cpp2ILInjected.Address(RVA =
"0x1D3BF70"
, Offset =
"0x1D3BF70"
, Length =
"0x38"
)]
30
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32
get
33
{
34
throw
null
;
35
}
36
}
37
38
[global::Cpp2ILInjected.Token(Token =
"0x17000004"
)]
39
protected
virtual
bool
ThrowOnDuplicate
40
{
41
[global::Cpp2ILInjected.Token(Token =
"0x6000011"
)]
42
[global::Cpp2ILInjected.Address(RVA =
"0x1D3BFA8"
, Offset =
"0x1D3BFA8"
, Length =
"0x38"
)]
43
[global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44
[global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
45
get
46
{
47
throw
null
;
48
}
49
}
50
51
[global::Cpp2ILInjected.Token(Token =
"0x6000012"
)]
52
protected
abstract
ConfigurationElement
CreateNewElement
();
53
54
[global::Cpp2ILInjected.Token(Token =
"0x6000013"
)]
55
protected
abstract
object
GetElementKey
(
ConfigurationElement
element);
56
}
57
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate
virtual bool ThrowOnDuplicate
Definition
ConfigurationElementCollection.cs:40
System.Configuration.ConfigurationElementCollection.CreateNewElement
ConfigurationElement CreateNewElement()
System.Configuration.ConfigurationElementCollection.GetElementKey
object GetElementKey(ConfigurationElement element)
System.Configuration.ConfigurationElementCollection.ElementName
virtual string ElementName
Definition
ConfigurationElementCollection.cs:27
System.Configuration.ConfigurationElementCollection.CollectionType
virtual ConfigurationElementCollectionType CollectionType
Definition
ConfigurationElementCollection.cs:14
System.Configuration.ConfigurationElementCollection
Definition
ConfigurationElementCollection.cs:11
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:12
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Configuration.ConfigurationElementCollectionType
ConfigurationElementCollectionType
Definition
ConfigurationElementCollectionType.cs:8
System.Configuration
Definition
AssemblyHashAlgorithm.cs:5
System.Diagnostics
Definition
ConditionalAttribute.cs:7
System
Definition
__Il2CppComDelegate.cs:6
source
System.Configuration
ConfigurationElementCollection.cs
Generated by
1.10.0