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
SettingsProviderAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004AC RID: 1196
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Property)]
7
public
sealed
class
SettingsProviderAttribute
:
Attribute
8
{
9
// Token: 0x06002023 RID: 8227 RVA: 0x00052C10 File Offset: 0x00050E10
10
public
SettingsProviderAttribute
(
string
providerTypeName
)
11
{
12
}
13
14
// Token: 0x06002024 RID: 8228 RVA: 0x00052C20 File Offset: 0x00050E20
15
public
SettingsProviderAttribute
(
Type
providerType
)
16
{
17
}
18
19
// Token: 0x17000787 RID: 1927
20
// (get) Token: 0x06002025 RID: 8229 RVA: 0x00052C30 File Offset: 0x00050E30
21
public
string
ProviderTypeName
22
{
23
get
24
{
25
throw
new
NotSupportedException
();
26
}
27
}
28
}
29
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Configuration.SettingsProviderAttribute.ProviderTypeName
string ProviderTypeName
Definition
SettingsProviderAttribute.cs:22
System.Configuration.SettingsProviderAttribute.SettingsProviderAttribute
SettingsProviderAttribute(string providerTypeName)
Definition
SettingsProviderAttribute.cs:10
System.Configuration.SettingsProviderAttribute.SettingsProviderAttribute
SettingsProviderAttribute(Type providerType)
Definition
SettingsProviderAttribute.cs:15
System.Configuration.SettingsProviderAttribute
Definition
SettingsProviderAttribute.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsProviderAttribute.cs
Generated by
1.10.0