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
UnityGameWindow.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Microsoft.Xna.Framework
5
{
6
// Token: 0x02000338 RID: 824
7
internal
class
UnityGameWindow
:
GameWindow
8
{
9
// Token: 0x17000211 RID: 529
10
// (get) Token: 0x060014BF RID: 5311 RVA: 0x0005F458 File Offset: 0x0005D658
11
// (set) Token: 0x060014C0 RID: 5312 RVA: 0x0005F468 File Offset: 0x0005D668
12
public
override
bool
AllowUserResizing
13
{
14
get
15
{
16
}
17
set
18
{
19
}
20
}
21
22
// Token: 0x060014C1 RID: 5313 RVA: 0x0005F478 File Offset: 0x0005D678
23
public
override
void
BeginScreenDeviceChange
(
bool
willBeFullScreen
)
24
{
25
}
26
27
// Token: 0x17000212 RID: 530
28
// (get) Token: 0x060014C2 RID: 5314 RVA: 0x000021DB File Offset: 0x000003DB
29
public
override
Rectangle
ClientBounds
30
{
31
get
32
{
33
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
34
}
35
}
36
37
// Token: 0x060014C3 RID: 5315 RVA: 0x000021DB File Offset: 0x000003DB
38
public
override
void
EndScreenDeviceChange
(
string
screenDeviceName
,
int
clientWidth,
int
clientHeight)
39
{
40
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
41
}
42
43
// Token: 0x17000213 RID: 531
44
// (get) Token: 0x060014C4 RID: 5316 RVA: 0x000021DB File Offset: 0x000003DB
45
public
override
IntPtr
Handle
46
{
47
get
48
{
49
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
50
}
51
}
52
53
// Token: 0x17000214 RID: 532
54
// (get) Token: 0x060014C5 RID: 5317 RVA: 0x000021DB File Offset: 0x000003DB
55
public
override
string
ScreenDeviceName
56
{
57
get
58
{
59
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
60
}
61
}
62
63
// Token: 0x060014C6 RID: 5318 RVA: 0x0005F488 File Offset: 0x0005D688
64
protected
override
void
SetTitle
(
string
title
)
65
{
66
}
67
68
// Token: 0x060014C7 RID: 5319 RVA: 0x0005F498 File Offset: 0x0005D698
69
public
UnityGameWindow
()
70
{
71
}
72
}
73
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Microsoft.Xna.Framework.GameWindow.title
string title
Definition
GameWindow.cs:171
Microsoft.Xna.Framework.GameWindow
Definition
GameWindow.cs:9
Microsoft.Xna.Framework.UnityGameWindow.EndScreenDeviceChange
override void EndScreenDeviceChange(string screenDeviceName, int clientWidth, int clientHeight)
Definition
UnityGameWindow.cs:38
Microsoft.Xna.Framework.UnityGameWindow.Handle
override IntPtr Handle
Definition
UnityGameWindow.cs:46
Microsoft.Xna.Framework.UnityGameWindow.BeginScreenDeviceChange
override void BeginScreenDeviceChange(bool willBeFullScreen)
Definition
UnityGameWindow.cs:23
Microsoft.Xna.Framework.UnityGameWindow.ScreenDeviceName
override string ScreenDeviceName
Definition
UnityGameWindow.cs:56
Microsoft.Xna.Framework.UnityGameWindow.AllowUserResizing
override bool AllowUserResizing
Definition
UnityGameWindow.cs:13
Microsoft.Xna.Framework.UnityGameWindow.UnityGameWindow
UnityGameWindow()
Definition
UnityGameWindow.cs:69
Microsoft.Xna.Framework.UnityGameWindow.SetTitle
override void SetTitle(string title)
Definition
UnityGameWindow.cs:64
Microsoft.Xna.Framework.UnityGameWindow.ClientBounds
override Rectangle ClientBounds
Definition
UnityGameWindow.cs:30
Microsoft.Xna.Framework.UnityGameWindow
Definition
UnityGameWindow.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Xna.Framework
Definition
AudioChannels.cs:4
System
Definition
__ComObject.cs:4
Microsoft.Xna.Framework.Rectangle
Definition
Rectangle.cs:9
System.IntPtr
Definition
IntPtr.cs:13
source
Microsoft
Xna
Framework
UnityGameWindow.cs
Generated by
1.10.0