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

◆ DeviceWindowHandle

IntPtr Microsoft.Xna.Framework.Graphics.PresentationParameters.DeviceWindowHandle
getset

Definition at line 102 of file PresentationParameters.cs.

103 {
104 [global::Cpp2ILInjected.Token(Token = "0x60017D6")]
105 [global::Cpp2ILInjected.Address(RVA = "0xAB3CB8", Offset = "0xAB3CB8", Length = "0x8")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 get
108 {
109 throw null;
110 }
111 [global::Cpp2ILInjected.Token(Token = "0x60017D7")]
112 [global::Cpp2ILInjected.Address(RVA = "0xAB3CC0", Offset = "0xAB3CC0", Length = "0x8")]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 set
115 {
116 throw null;
117 }
118 }