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
Win32Native.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Microsoft.Win32
5
{
6
// Token: 0x02000058 RID: 88
7
internal
static
class
Win32Native
8
{
9
// Token: 0x06000211 RID: 529 RVA: 0x00008098 File Offset: 0x00006298
10
public
static
string
GetMessage
(
int
hr
)
11
{
12
string
text
;
13
return
"Error "
+
text
;
14
}
15
16
// Token: 0x06000212 RID: 530 RVA: 0x0000207A File Offset: 0x0000027A
17
public
static
int
MakeHRFromErrorCode
(
int
errorCode
)
18
{
19
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
20
}
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Microsoft.Win32.Win32Native.GetMessage
static string GetMessage(int hr)
Definition
Win32Native.cs:10
Microsoft.Win32.Win32Native.MakeHRFromErrorCode
static int MakeHRFromErrorCode(int errorCode)
Definition
Win32Native.cs:17
Microsoft.Win32.Win32Native
Definition
Win32Native.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Microsoft.Win32
Definition
CriticalHandleMinusOneIsInvalid.cs:6
System.ExceptionArgument.text
@ text
System
Definition
__ComObject.cs:4
source
mscorlib
Microsoft
Win32
Win32Native.cs
Generated by
1.10.0