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
RuntimeAugments.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.ExceptionServices
;
3
4
namespace
Internal.Runtime.Augments
5
{
6
// Token: 0x02000063 RID: 99
7
internal
class
RuntimeAugments
8
{
9
// Token: 0x0600022F RID: 559 RVA: 0x000082B0 File Offset: 0x000064B0
10
public
static
void
ReportUnhandledException
(
Exception
exception
)
11
{
12
ExceptionDispatchInfo
.
Capture
(
exception
).
Throw
();
13
}
14
15
// Token: 0x1700003C RID: 60
16
// (get) Token: 0x06000230 RID: 560 RVA: 0x000082C8 File Offset: 0x000064C8
17
internal
static
ReflectionExecutionDomainCallbacks
Callbacks
18
{
19
get
20
{
21
if
(!
true
)
22
{
23
}
24
return
1;
25
}
26
}
27
28
// Token: 0x06000231 RID: 561 RVA: 0x000082DC File Offset: 0x000064DC
29
// Note: this type is marked as 'beforefieldinit'.
30
static
RuntimeAugments
()
31
{
32
}
33
34
// Token: 0x04000195 RID: 405
35
private
static
ReflectionExecutionDomainCallbacks
s_reflectionExecutionDomainCallbacks
;
36
}
37
}
Internal.Runtime.Augments.ReflectionExecutionDomainCallbacks
Definition
ReflectionExecutionDomainCallbacks.cs:8
Internal.Runtime.Augments.RuntimeAugments.Callbacks
static ReflectionExecutionDomainCallbacks Callbacks
Definition
RuntimeAugments.cs:18
Internal.Runtime.Augments.RuntimeAugments.s_reflectionExecutionDomainCallbacks
static ReflectionExecutionDomainCallbacks s_reflectionExecutionDomainCallbacks
Definition
RuntimeAugments.cs:35
Internal.Runtime.Augments.RuntimeAugments.ReportUnhandledException
static void ReportUnhandledException(Exception exception)
Definition
RuntimeAugments.cs:10
Internal.Runtime.Augments.RuntimeAugments.RuntimeAugments
static RuntimeAugments()
Definition
RuntimeAugments.cs:30
Internal.Runtime.Augments.RuntimeAugments
Definition
RuntimeAugments.cs:8
System.Exception
Definition
Exception.cs:15
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Capture
static ExceptionDispatchInfo Capture(Exception source)
Definition
ExceptionDispatchInfo.cs:30
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw
void Throw()
Definition
ExceptionDispatchInfo.cs:65
System.Runtime.ExceptionServices.ExceptionDispatchInfo
Definition
ExceptionDispatchInfo.cs:8
Internal.Runtime.Augments
Definition
AsyncStatus.cs:4
System.Runtime.ExceptionServices
Definition
ExceptionDispatchInfo.cs:5
System.ExceptionArgument.exception
@ exception
System
Definition
__ComObject.cs:4
source
mscorlib
Internal
Runtime
Augments
RuntimeAugments.cs
Generated by
1.10.0