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
GraphicsResource.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
Microsoft.Xna.Framework.Graphics
5
{
6
// Token: 0x0200037F RID: 895
7
public
abstract
class
GraphicsResource
8
{
9
// Token: 0x060017B2 RID: 6066 RVA: 0x000659CC File Offset: 0x00063BCC
10
internal
GraphicsResource
()
11
{
12
}
13
14
// Token: 0x060017B3 RID: 6067 RVA: 0x000659E0 File Offset: 0x00063BE0
15
public
void
Dispose
()
16
{
17
}
18
19
// Token: 0x060017B4 RID: 6068 RVA: 0x000659F0 File Offset: 0x00063BF0
20
protected
internal
virtual
void
GraphicsDeviceResetting
()
21
{
22
}
23
24
// Token: 0x14000019 RID: 25
25
// (add) Token: 0x060017B5 RID: 6069 RVA: 0x00065A00 File Offset: 0x00063C00
26
// (remove) Token: 0x060017B6 RID: 6070 RVA: 0x00065A28 File Offset: 0x00063C28
27
public
event
EventHandler<EventArgs>
Disposing
28
{
29
[
CompilerGenerated
]
30
add
31
{
32
Delegate
@
delegate
=
Delegate
.
Combine
(this.
Disposing
,
value
);
33
if
(@delegate !=
null
&& @
delegate
==
null
)
34
{
35
return
;
36
}
37
}
38
[
CompilerGenerated
]
39
remove
40
{
41
Delegate
@
delegate
=
Delegate
.
Remove
(this.
Disposing
,
value
);
42
if
(@delegate !=
null
&& @
delegate
==
null
)
43
{
44
return
;
45
}
46
}
47
}
48
49
// Token: 0x170002F1 RID: 753
50
// (get) Token: 0x060017B7 RID: 6071 RVA: 0x00065A50 File Offset: 0x00063C50
51
// (set) Token: 0x060017B8 RID: 6072 RVA: 0x00065A64 File Offset: 0x00063C64
52
public
GraphicsDevice
GraphicsDevice
53
{
54
get
55
{
56
return
this.
graphicsDevice
;
57
}
58
internal
set
59
{
60
GraphicsDevice
graphicsDevice
= this.
graphicsDevice
;
61
this.graphicsDevice
=
value
;
62
}
63
}
64
65
// Token: 0x170002F2 RID: 754
66
// (get) Token: 0x060017B9 RID: 6073 RVA: 0x00065A80 File Offset: 0x00063C80
67
// (set) Token: 0x060017BA RID: 6074 RVA: 0x00065A94 File Offset: 0x00063C94
68
public
string
Name
69
{
70
[
CompilerGenerated
]
71
get
72
{
73
return
this.<
Name
>
k__BackingField
;
74
}
75
[
CompilerGenerated
]
76
set
77
{
78
this.<
Name
>
k__BackingField
=
value
;
79
}
80
}
81
82
// Token: 0x170002F3 RID: 755
83
// (get) Token: 0x060017BB RID: 6075 RVA: 0x00065AA8 File Offset: 0x00063CA8
84
// (set) Token: 0x060017BC RID: 6076 RVA: 0x00065ABC File Offset: 0x00063CBC
85
public
object
Tag
86
{
87
[
CompilerGenerated
]
88
get
89
{
90
return
this.<
Tag
>
k__BackingField
;
91
}
92
[
CompilerGenerated
]
93
set
94
{
95
this.<
Tag
>
k__BackingField
=
value
;
96
}
97
}
98
99
// Token: 0x060017BD RID: 6077 RVA: 0x00065AD0 File Offset: 0x00063CD0
100
public
override
string
ToString
()
101
{
102
bool
flag =
string
.IsNullOrEmpty(this.<
Name
>
k__BackingField
);
103
return
base
.ToString();
104
}
105
106
// Token: 0x0400261F RID: 9759
107
private
GraphicsDevice
graphicsDevice
;
108
109
// Token: 0x04002620 RID: 9760
110
[
CompilerGenerated
]
111
private
EventHandler<EventArgs>
Disposing
;
112
113
// Token: 0x04002621 RID: 9761
114
[
CompilerGenerated
]
115
private
string <Name>
k__BackingField
;
116
117
// Token: 0x04002622 RID: 9762
118
[
CompilerGenerated
]
119
private
object <Tag>
k__BackingField
;
120
}
121
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.GraphicsDevice
Definition
GraphicsDevice.cs:12
Microsoft.Xna.Framework.Graphics.GraphicsResource.Name
string Name
Definition
GraphicsResource.cs:69
Microsoft.Xna.Framework.Graphics.GraphicsResource.Disposing
EventHandler< EventArgs > Disposing
Definition
GraphicsResource.cs:28
Microsoft.Xna.Framework.Graphics.GraphicsResource.k__BackingField
string< Name > k__BackingField
Definition
GraphicsResource.cs:115
Microsoft.Xna.Framework.Graphics.GraphicsResource.ToString
override string ToString()
Definition
GraphicsResource.cs:100
Microsoft.Xna.Framework.Graphics.GraphicsResource.GraphicsDeviceResetting
virtual void GraphicsDeviceResetting()
Definition
GraphicsResource.cs:20
Microsoft.Xna.Framework.Graphics.GraphicsResource.GraphicsResource
GraphicsResource()
Definition
GraphicsResource.cs:10
Microsoft.Xna.Framework.Graphics.GraphicsResource.Tag
object Tag
Definition
GraphicsResource.cs:86
Microsoft.Xna.Framework.Graphics.GraphicsResource.Dispose
void Dispose()
Definition
GraphicsResource.cs:15
Microsoft.Xna.Framework.Graphics.GraphicsResource.k__BackingField
object< Tag > k__BackingField
Definition
GraphicsResource.cs:119
Microsoft.Xna.Framework.Graphics.GraphicsResource.graphicsDevice
GraphicsDevice graphicsDevice
Definition
GraphicsResource.cs:107
Microsoft.Xna.Framework.Graphics.GraphicsResource
Definition
GraphicsResource.cs:8
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
System.EventHandler
Definition
EventHandler.2.cs:7
Microsoft.Xna.Framework.Graphics
Definition
Blend.cs:4
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Microsoft
Xna
Framework
Graphics
GraphicsResource.cs
Generated by
1.10.0