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
ProviderData.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.Runtime.Remoting
5
{
6
// Token: 0x02000346 RID: 838
7
internal
class
ProviderData
8
{
9
// Token: 0x06001C17 RID: 7191 RVA: 0x0003D060 File Offset: 0x0003B260
10
public
void
CopyFrom
(
ProviderData
other
)
11
{
12
if
(this.
Ref
==
null
)
13
{
14
string
@
ref
= other.
Ref
;
15
this.Ref
= @
ref
;
16
}
17
if
(this.
Id
==
null
)
18
{
19
string
id
= other.
Id
;
20
this.Id
= id;
21
}
22
if
(this.
Type
==
null
)
23
{
24
string
type =
other
.Type;
25
this.Type
= type;
26
}
27
Hashtable
customProperties
=
other
.CustomProperties;
28
}
29
30
// Token: 0x06001C18 RID: 7192 RVA: 0x0003D160 File Offset: 0x0003B360
31
public
ProviderData
()
32
{
33
}
34
35
// Token: 0x04000E4E RID: 3662
36
internal
string
Ref
;
37
38
// Token: 0x04000E4F RID: 3663
39
internal
string
Type
;
40
41
// Token: 0x04000E50 RID: 3664
42
internal
string
Id
;
43
44
// Token: 0x04000E51 RID: 3665
45
internal
Hashtable
CustomProperties
;
46
47
// Token: 0x04000E52 RID: 3666
48
internal
IList
CustomData
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Hashtable
Definition
Hashtable.cs:17
System.Runtime.Remoting.ProviderData.CustomData
IList CustomData
Definition
ProviderData.cs:48
System.Runtime.Remoting.ProviderData.Ref
string Ref
Definition
ProviderData.cs:36
System.Runtime.Remoting.ProviderData.Type
string Type
Definition
ProviderData.cs:39
System.Runtime.Remoting.ProviderData.ProviderData
ProviderData()
Definition
ProviderData.cs:31
System.Runtime.Remoting.ProviderData.CopyFrom
void CopyFrom(ProviderData other)
Definition
ProviderData.cs:10
System.Runtime.Remoting.ProviderData.CustomProperties
Hashtable CustomProperties
Definition
ProviderData.cs:45
System.Runtime.Remoting.ProviderData.Id
string Id
Definition
ProviderData.cs:42
System.Runtime.Remoting.ProviderData
Definition
ProviderData.cs:8
System.Type
Definition
Type.cs:12
System.Collections.IList
Definition
IList.cs:7
System.Collections
Definition
ArrayList.cs:6
System.Runtime.Remoting
Definition
ActivatedClientTypeEntry.cs:7
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
ProviderData.cs
Generated by
1.10.0